Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 20, 2024
1 parent 3a7e05d commit f4ee4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
# UNSET_S3_SECRETS: "1"

env: ${{ matrix.extra-envs }}
if: "!matrix.cron-only || github.event_name == 'schedule'"
if: "${{ !matrix.cron-only || github.event_name == 'schedule' }}"
continue-on-error: ${{ matrix.allow-failure }}
steps:
- name: Check out repository
Expand Down

0 comments on commit f4ee4c5

Please sign in to comment.