Skip to content

Commit

Permalink
Merge c0c9e5c into 8357f04
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Apr 24, 2024
2 parents 8357f04 + c0c9e5c commit 39b9236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

diff:
needs: changes
if: needs.changes.outputs.tokens == 'true' || github.event_name == 'workflow_dispatch'
if: needs.changes.outputs.outputAffected == 'true' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 39b9236

Please sign in to comment.