Skip to content

Commit

Permalink
fix syntax :(
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottback committed Feb 6, 2024
1 parent d6eb5ff commit 4b2d0f3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/sync-from-reddit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ on:
- cron: 17,47 * * * *

jobs:
sync_matrix:
strategy:
matrix:
branch: [ 'main', 'qa' ]
deploy: [ 'yes', 'no' ]
exclude:
- branch: 'qa'
- deploy: 'yes'

sync-from-reddit:
name: Sync from Reddit
runs-on: ubuntu-22.04
outputs:
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 4b2d0f3

Please sign in to comment.