Skip to content

Commit

Permalink
pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Sep 30, 2024
1 parent dff439b commit b9820e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nayduck_ci_dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI Nayduck DEV tests
on:
pull_request:
merge_group:
workflow_dispatch:

Expand All @@ -9,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
environment: development
timeout-minutes: 120

if: github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch'

steps:
- name: Install JQ json processor
run: sudo apt install jq
Expand Down

0 comments on commit b9820e3

Please sign in to comment.