Skip to content

Commit a789bdb

Browse files
authored
Merge pull request MetaRocq#1222 from MetaRocq/9.1-ports-from-9.0
Better config for CI builds?
2 parents 686a543 + 0d0a6d9 commit a789bdb

File tree

5 files changed

+1211
-17
lines changed

5 files changed

+1211
-17
lines changed

.github/workflows/nix-action-rocq-9.1.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
1010
}}\" >> $GITHUB_ENV\nfi\n"
1111
- name: Git checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
ref: ${{ env.target_commit }}
@@ -23,7 +23,7 @@ jobs:
2323
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
2424
\ fi\nfi\n"
2525
- name: Git checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929
ref: ${{ env.tested_commit }}
@@ -68,7 +68,7 @@ jobs:
6868
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
6969
}}\" >> $GITHUB_ENV\nfi\n"
7070
- name: Git checkout
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
with:
7373
fetch-depth: 0
7474
ref: ${{ env.target_commit }}
@@ -82,7 +82,7 @@ jobs:
8282
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
8383
\ fi\nfi\n"
8484
- name: Git checkout
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v6
8686
with:
8787
fetch-depth: 0
8888
ref: ${{ env.tested_commit }}
@@ -150,7 +150,7 @@ jobs:
150150
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
151151
}}\" >> $GITHUB_ENV\nfi\n"
152152
- name: Git checkout
153-
uses: actions/checkout@v4
153+
uses: actions/checkout@v6
154154
with:
155155
fetch-depth: 0
156156
ref: ${{ env.target_commit }}
@@ -164,7 +164,7 @@ jobs:
164164
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
165165
\ fi\nfi\n"
166166
- name: Git checkout
167-
uses: actions/checkout@v4
167+
uses: actions/checkout@v6
168168
with:
169169
fetch-depth: 0
170170
ref: ${{ env.tested_commit }}
@@ -200,13 +200,17 @@ on:
200200
pull_request:
201201
paths:
202202
- .github/workflows/nix-action-rocq-9.1.yml
203+
branches:
204+
- '9.1'
203205
pull_request_target:
204206
paths-ignore:
205207
- .github/workflows/nix-action-rocq-9.1.yml
206208
types:
207209
- opened
208210
- synchronize
209211
- reopened
212+
branches:
213+
- '9.1'
210214
push:
211215
branches:
212216
- '9.1'

0 commit comments

Comments
 (0)