Skip to content

Commit

Permalink
* restore skipping pymake-schedule except for scheduled jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jun 18, 2024
1 parent 11fe03b commit 21f1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

pymake-schedule:
name: pymake scheduled
# if: ${{ github.event_name == 'schedule' }}
if: ${{ github.event_name == 'schedule' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 21f1fb9

Please sign in to comment.