We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02afa82 commit da4b258Copy full SHA for da4b258
.github/workflows/labeler.yml
@@ -1,6 +1,7 @@
1
name: Labeler
2
3
-on: [pull_request]
+on:
4
+ - pull_request_target
5
6
# This workflow will require write permissions on pull requests
7
# 1. Repository Settings -> Actions -> General -> Workflow permissions
.github/workflows/test-worker.yml
@@ -19,7 +19,6 @@ permissions:
19
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.ref }}
22
- cancel-in-progress: true
23
24
jobs:
25
tests:
0 commit comments