Skip to content

Commit da4b258

Browse files
chore: Fix failing CI (#98)
* ci(labeler): Update trigger * ci(test): Do not cancel in progress Signed-off-by: AlexNg <[email protected]>
1 parent 02afa82 commit da4b258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Labeler
22

3-
on: [pull_request]
3+
on:
4+
- pull_request_target
45

56
# This workflow will require write permissions on pull requests
67
# 1. Repository Settings -> Actions -> General -> Workflow permissions

.github/workflows/test-worker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ permissions:
1919

2020
concurrency:
2121
group: ${{ github.workflow }}-${{ github.ref }}
22-
cancel-in-progress: true
2322

2423
jobs:
2524
tests:

0 commit comments

Comments
 (0)