Skip to content

Commit a98908b

Browse files
authored
chore(gha): update linear.yml GitHub workflow (#120)
1 parent 4f8eed6 commit a98908b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/linear.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ on:
1111

1212
pull_request:
1313
types:
14-
- assigned
15-
- unassigned
16-
- review_requested
17-
- review_request_removed
1814
- opened
1915
- synchronize
2016
- closed
21-
- edited
22-
- converted_to_draft
23-
- ready_for_review
17+
18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.ref }}
20+
cancel-in-progress: true
2421

2522
jobs:
2623
Linear:

0 commit comments

Comments
 (0)