Skip to content

Commit

Permalink
Fix syntax of matrix (#103)
Browse files Browse the repository at this point in the history
* Setup QA branch for testing.

* Fix GHA config for checkout

* close()

* Sync from Reddit

Added Schwab Bank deposit option

Change made by u/jamar030303

* Make ready to merge

* Make ready to merge

* No schedule/pushing from QA

* make qa runners safe for qa

* fix syntax :(

---------

Co-authored-by: Tommy Ludwig <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 5e80882 commit b467f0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sync-from-reddit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
new-commit: ${{ steps.push.outputs.commit }}
permissions:
contents: write
strategy:
matrix:
branch: [ 'main', 'qa' ]
deploy: [ 'yes', 'no' ]
exclude:
- branch: 'qa'
- deploy: 'yes'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b467f0d

Please sign in to comment.