Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 20, 2024
1 parent 1b2996b commit 3a7e05d
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 @@ -214,7 +214,7 @@ jobs:

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

0 comments on commit 3a7e05d

Please sign in to comment.