Skip to content

Commit

Permalink
return if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Sep 30, 2024
1 parent 57ac5a5 commit 3c8122e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nayduck_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
environment: development
timeout-minutes: 60
if: github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch'

steps:
- name: Install JQ json processor
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
echo "Fix them before merging"
exit 1
fi
- name: Cleanup Nayduck tests on cancel
if: cancelled()
run: |
Expand Down

0 comments on commit 3c8122e

Please sign in to comment.