Skip to content

Commit

Permalink
workflows: update trigger for merge queue event
Browse files Browse the repository at this point in the history
The trigger for the merge queue events for CI was not set up properly.
This is the proper way it should be done according to the documentation.

Epic: none
Part of: DEVINF-1127
Release note: None
Release justification: Non-production code changes
  • Loading branch information
rickystewart committed Aug 21, 2024
1 parent 1d01263 commit fb11c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: GitHub Actions Essential CI
on:
merge_group:
pull_request:
types: [opened, reopened, synchronize]
branches:
Expand All @@ -25,7 +26,6 @@ on:
- "!staging-v23.2*"
push:
branches:
- "gh-readonly-queue/*"
- "master"
- "release-*"
- "staging-*"
Expand Down

0 comments on commit fb11c4b

Please sign in to comment.