File tree 6 files changed +16
-8
lines changed 6 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 9
9
branches :
10
10
- ' *'
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
12
+ group : ${{ github.workflow }}-${{ github.ref_name }}
13
13
cancel-in-progress : true
14
14
15
15
env :
Original file line number Diff line number Diff line change 9
9
branches :
10
10
- ' *'
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
12
+ group : ${{ github.workflow }}-${{ github.ref_name }}
13
13
cancel-in-progress : true
14
14
15
15
env :
Original file line number Diff line number Diff line change 9
9
branches :
10
10
- ' *'
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
12
+ group : ${{ github.workflow }}-${{ github.ref_name }}
13
13
cancel-in-progress : true
14
14
15
15
env :
Original file line number Diff line number Diff line change 9
9
branches :
10
10
- ' *'
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
12
+ group : ${{ github.workflow }}-${{ github.ref_name }}
13
13
cancel-in-progress : true
14
14
15
15
env :
Original file line number Diff line number Diff line change 1
1
name : Pregeneration Test
2
+
2
3
on :
3
4
push :
4
- branches : [ '*' ]
5
+ branches :
6
+ - ' *'
7
+ - ' !generate/aws-lc-*'
5
8
pull_request :
6
- branches : [ '*' ]
9
+ branches :
10
+ - ' *'
7
11
concurrency :
8
12
group : ${{ github.workflow }}-${{ github.ref_name }}
9
13
cancel-in-progress : true
14
+
10
15
env :
16
+ RUST_BACKTRACE : 1
17
+ # We can pin the version if nightly is too unstable.
18
+ # Otherwise, we test against the latest version.
19
+ RUST_NIGHTLY_TOOLCHAIN : nightly-2024-05-22
11
20
GOPROXY : https://proxy.golang.org,direct
12
21
AWS_LC_SYS_CMAKE_BUILDER : 1
13
- RUST_NIGHTLY_TOOLCHAIN : nightly-2024-05-22
14
22
jobs :
15
23
bindings :
16
24
if : github.repository_owner == 'aws'
Original file line number Diff line number Diff line change 9
9
branches :
10
10
- ' *'
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
12
+ group : ${{ github.workflow }}-${{ github.ref_name }}
13
13
cancel-in-progress : true
14
14
15
15
env :
You can’t perform that action at this time.
0 commit comments