Skip to content

Commit

Permalink
chore(ci): Require full test matrix on scheduled builds (#935)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines authored Apr 22, 2024
1 parent 4378dbc commit 1f98a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
test:
name: Test (${{ matrix.title }})
runs-on: ubuntu-latest
continue-on-error: ${{ !matrix.required }}
continue-on-error: ${{ github.event_name != 'schedule' && !matrix.required }}
needs:
- test-matrix
strategy:
Expand Down

0 comments on commit 1f98a82

Please sign in to comment.