File tree 5 files changed +20
-0
lines changed
5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
+ # Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
+ cancel-in-progress : true
7
11
name : check
8
12
jobs :
9
13
fmt :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
+ # Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
+ cancel-in-progress : true
7
11
name : no-std
8
12
jobs :
9
13
nostd :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
+ # Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
+ cancel-in-progress : true
7
11
name : safety
8
12
jobs :
9
13
sanitizers :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
schedule :
8
8
- cron : ' 7 7 * * *'
9
+ # Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12
+ cancel-in-progress : true
9
13
name : rolling
10
14
jobs :
11
15
# https://twitter.com/mycoliza/status/1571295690063753218
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
+ # Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
+ cancel-in-progress : true
7
11
name : test
8
12
jobs :
9
13
required :
You can’t perform that action at this time.
0 commit comments