Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 1, 2022
1 parent 6c5f03b commit 2d00f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/requirements-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip-constraints:
name: Update pip constraints files
needs: is-even-week
if: needs.is-even-week.outputs.is-even-week
if: needs.is-even-week.outputs.is-even-week != 0
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 2d00f6a

Please sign in to comment.