Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilas committed Oct 14, 2023
1 parent cfb875e commit d06154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

test:
needs: [update]
if: needs.update.outputs.updates != 'null'
if: inputs.test || inputs.force || needs.update.outputs.updates != 'null'

strategy:
fail-fast: false
Expand Down

0 comments on commit d06154b

Please sign in to comment.