Skip to content

Commit

Permalink
Merge branch 'merge-queue-test' into test2
Browse files Browse the repository at this point in the history
  • Loading branch information
S34NW committed Mar 11, 2024
2 parents d3ee62e + e61f112 commit dd4c1ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Merge Queue Tests
on: merge_group
on:
merge_group:
push:
pull_request:

jobs:
verify_merge:
name: Verify map merge sanity
runs-on: ubuntu-latest
# Below if lets it run as a required check but skip on normal push/PR events
if: ${{ github.event_name == 'merge_group'}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit dd4c1ed

Please sign in to comment.