File tree Expand file tree Collapse file tree 4 files changed +26
-12
lines changed Expand file tree Collapse file tree 4 files changed +26
-12
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ name: CI
3
3
on :
4
4
push :
5
5
branches-ignore : [
6
- # We don't need to run on renovate PRs.
6
+ # Renovate branches are always PRs, so they will be covered
7
+ # by the pull_request event.
7
8
" renovate/**" ,
8
- # This is the branch the merge queue creates.
9
+ # Branches with the `gh-readonly-queue` prefix are used by the
10
+ # merge queue, so they are already covered by the `merge_group` event.
9
11
" gh-readonly-queue/**" ,
10
12
]
11
- tags : [v0.*]
12
13
pull_request :
13
14
merge_group :
14
15
Original file line number Diff line number Diff line change 1
1
name : CTS
2
2
3
3
on :
4
+ push :
5
+ branches-ignore : [
6
+ # Renovate branches are always PRs, so they will be covered
7
+ # by the pull_request event.
8
+ " renovate/**" ,
9
+ # Branches with the `gh-readonly-queue` prefix are used by the
10
+ # merge queue, so they are already covered by the `merge_group` event.
11
+ " gh-readonly-queue/**" ,
12
+ ]
4
13
pull_request :
5
- types : [labeled, opened, synchronize]
6
- schedule :
7
- - cron : " 33 2 * * *"
8
- workflow_dispatch :
14
+ merge_group :
9
15
10
16
env :
11
17
CARGO_INCREMENTAL : false
Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ name: cargo-generate
2
2
3
3
on :
4
4
push :
5
- branches : ["*"]
6
- tags : [v0.*]
5
+ branches-ignore : [
6
+ # Renovate branches are always PRs, so they will be covered
7
+ # by the pull_request event.
8
+ " renovate/**" ,
9
+ # Branches with the `gh-readonly-queue` prefix are used by the
10
+ # merge queue, so they are already covered by the `merge_group` event.
11
+ " gh-readonly-queue/**" ,
12
+ ]
7
13
pull_request :
8
14
merge_group :
9
15
Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ name: Shaders
3
3
on :
4
4
push :
5
5
branches-ignore : [
6
- # We don't need to run on renovate PRs.
6
+ # Renovate branches are always PRs, so they will be covered
7
+ # by the pull_request event.
7
8
" renovate/**" ,
8
- # This is the branch the merge queue creates.
9
+ # Branches with the `gh-readonly-queue` prefix are used by the
10
+ # merge queue, so they are already covered by the `merge_group` event.
9
11
" gh-readonly-queue/**" ,
10
12
]
11
- tags : [v0.*]
12
13
pull_request :
13
14
merge_group :
14
15
You can’t perform that action at this time.
0 commit comments