Skip to content

Commit

Permalink
[CI] Add merge_group: trigger for merge queue (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 7, 2023
1 parent 3737c92 commit f3b4041
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Generated C
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 0 1 * *'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coq-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ master , sp2019latest ]
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
Expand Down Expand Up @@ -101,5 +102,5 @@ jobs:
- name: make only-test-amd64-files
shell: in-debian-chroot.sh {0}
run: etc/ci/github-actions-make.sh -j2 only-test-amd64-files SLOWEST_FIRST=1
env:
env:
ALLOW_DIFF: 1
1 change: 1 addition & 0 deletions .github/workflows/coq-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ master , sp2019latest , v8.6 , v8.8 , v8.10 ]
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches: [ master , sp2019latest , v8.6 , v8.8 , v8.10 ]
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ master , sp2019latest , v8.6 , v8.8 , v8.10 ]
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
Expand Down Expand Up @@ -121,5 +122,5 @@ jobs:
run: chmod +x src/ExtractionOCaml/*
- name: only-test-amd64-files
run: etc/ci/github-actions-make.sh -f Makefile.examples -j2 only-test-amd64-files SLOWEST_FIRST=1
env:
env:
ALLOW_DIFF: 1
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Generated Go
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 0 1 * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Generated Java
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 0 1 * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Generated JSON
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 0 1 * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Generated Rust
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 0 1 * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Generated Zig
on:
push:
pull_request:
merge_group:
schedule:
- cron: "0 0 1 * *"

Expand Down

0 comments on commit f3b4041

Please sign in to comment.