Skip to content

Commit 9a0b56a

Browse files
jplattepoljar
authored andcommitted
refactor(ci): Don't rerun most CI jobs when un-drafting a PR
This only makes sense to do for workflows that branch off of github.event.pull_request.draft, which only bindings_ci.yml does at this point in time.
1 parent 3c20ee4 commit 9a0b56a

File tree

5 files changed

+0
-25
lines changed

5 files changed

+0
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
branches: [main]
77
pull_request:
88
branches: [main]
9-
types:
10-
- opened
11-
- reopened
12-
- synchronize
13-
- ready_for_review
149

1510
concurrency:
1611
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/coverage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
types:
9-
- opened
10-
- reopened
11-
- synchronize
12-
- ready_for_review
138

149
concurrency:
1510
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/detect-long-path.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ on:
77
workflow_dispatch:
88
pull_request: # focus on the changed files in current PR
99
branches: [main]
10-
types:
11-
- opened
12-
- reopened
13-
- synchronize
14-
- ready_for_review
1510

1611
concurrency:
1712
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/documentation.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
types:
8-
- opened
9-
- reopened
10-
- synchronize
11-
- ready_for_review
127

138
concurrency:
149
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/msrv.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
branches: [main]
77
pull_request:
88
branches: [main]
9-
types:
10-
- opened
11-
- reopened
12-
- synchronize
13-
- ready_for_review
149

1510
jobs:
1611
msrv:

0 commit comments

Comments
 (0)