Skip to content

Commit

Permalink
add merge_queue trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrah committed Jul 3, 2024
1 parent ebcf31a commit 073805c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Validate PR before adding to merge queue
name: Validate PR

on:
pull_request:
merge_queue:

jobs:
validate-pr:
Expand All @@ -16,5 +17,5 @@ jobs:
pwd
tree -a -I '.git'
git status
- name: Run fast CI (emulated by a short sleep)
- name: Validate files
run: ./pr-check.sh

0 comments on commit 073805c

Please sign in to comment.