Skip to content

10 files changed

+12
-2
lines changed

.github/workflows/c.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Generated C
33
on:
44
push:
55
pull_request:
6+
merge_group:
67
schedule:
78
- cron: '0 0 1 * *'
89

.github/workflows/coq-debian.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ master , sp2019latest ]
66
pull_request:
7+
merge_group:
78
workflow_dispatch:
89
schedule:
910
- cron: '0 0 1 * *'
@@ -101,5 +102,5 @@ jobs:
101102
- name: make only-test-amd64-files
102103
shell: in-debian-chroot.sh {0}
103104
run: etc/ci/github-actions-make.sh -j2 only-test-amd64-files SLOWEST_FIRST=1
104-
env:
105+
env:
105106
ALLOW_DIFF: 1

.github/workflows/coq-macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ master , sp2019latest , v8.6 , v8.8 , v8.10 ]
66
pull_request:
7+
merge_group:
78
workflow_dispatch:
89
schedule:
910
- cron: '0 0 1 * *'

.github/workflows/coq-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches: [ master , sp2019latest , v8.6 , v8.8 , v8.10 ]
99
pull_request:
10+
merge_group:
1011
workflow_dispatch:
1112
schedule:
1213
- cron: '0 0 1 * *'

.github/workflows/docker-coq.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ master , sp2019latest , v8.6 , v8.8 , v8.10 ]
66
pull_request:
7+
merge_group:
78
workflow_dispatch:
89
schedule:
910
- cron: '0 0 1 * *'
@@ -121,5 +122,5 @@ jobs:
121122
run: chmod +x src/ExtractionOCaml/*
122123
- name: only-test-amd64-files
123124
run: etc/ci/github-actions-make.sh -f Makefile.examples -j2 only-test-amd64-files SLOWEST_FIRST=1
124-
env:
125+
env:
125126
ALLOW_DIFF: 1

.github/workflows/go.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Generated Go
33
on:
44
push:
55
pull_request:
6+
merge_group:
67
schedule:
78
- cron: '0 0 1 * *'
89

.github/workflows/java.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Generated Java
33
on:
44
push:
55
pull_request:
6+
merge_group:
67
schedule:
78
- cron: '0 0 1 * *'
89

.github/workflows/json.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Generated JSON
33
on:
44
push:
55
pull_request:
6+
merge_group:
67
schedule:
78
- cron: '0 0 1 * *'
89

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Generated Rust
33
on:
44
push:
55
pull_request:
6+
merge_group:
67
schedule:
78
- cron: '0 0 1 * *'
89

.github/workflows/zig.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Generated Zig
33
on:
44
push:
55
pull_request:
6+
merge_group:
67
schedule:
78
- cron: "0 0 1 * *"
89

0 commit comments

Comments
 (0)