Skip to content

Commit

Permalink
Fix: Make the opposite run ;) (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Jul 17, 2023
2 parents 0dd6878 + 8e6ce4f commit bac05bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: pre-run
# only run for changed .json files AND when it is a pull_request
# because 'github.base_ref' will not be available on push
if: needs.pre-run.outputs.changed-json == 'true' && github.base_ref == null
if: needs.pre-run.outputs.changed-json == 'true' && github.base_ref != null
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit bac05bc

Please sign in to comment.