Skip to content

Commit

Permalink
fix(ci): fix changes condition on gorgone
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomempires committed Jan 22, 2025
1 parent d304800 commit 5052643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
if: ${{ github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'pull_request' }}
with:
filters: |
trigger_unit_tests:
Expand Down

0 comments on commit 5052643

Please sign in to comment.