File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
env :
8
8
# Also change CACHE_VERSION in the other workflows
9
- CACHE_VERSION : 27
9
+ CACHE_VERSION : 28
10
10
DEFAULT_PYTHON : " 3.10"
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 8
8
pull_request : ~
9
9
10
10
env :
11
- CACHE_VERSION : 27
11
+ CACHE_VERSION : 28
12
12
DEFAULT_PYTHON : " 3.10"
13
13
PRE_COMMIT_CACHE : ~/.cache/pre-commit
14
14
Original file line number Diff line number Diff line change 13
13
- " .github/workflows/primer-test.yaml"
14
14
15
15
env :
16
- CACHE_VERSION : 27
16
+ CACHE_VERSION : 28
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 14
14
15
15
env :
16
16
# This needs to be the SAME as in the Main and PR job
17
- CACHE_VERSION : 27
17
+ CACHE_VERSION : 28
18
18
19
19
permissions :
20
20
contents : read
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
env :
18
18
# This needs to be the SAME as in the PR and comment job
19
- CACHE_VERSION : 27
19
+ CACHE_VERSION : 28
20
20
21
21
jobs :
22
22
run-primer :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
26
26
env :
27
27
# This needs to be the SAME as in the Main and comment job
28
- CACHE_VERSION : 27
28
+ CACHE_VERSION : 28
29
29
30
30
jobs :
31
31
run-primer :
Original file line number Diff line number Diff line change 10
10
- doc/data/messages/**
11
11
12
12
env :
13
- CACHE_VERSION : 27
13
+ CACHE_VERSION : 28
14
14
15
15
jobs :
16
16
tests-linux :
You can’t perform that action at this time.
0 commit comments