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 b6e5b06 commit 6d2b3bcCopy full SHA for 6d2b3bc
.github/workflows/privacy.yml
@@ -1,9 +1,6 @@
1
name: Privacy Tests
2
3
on:
4
- pull_request_target:
5
- types: [ labeled ]
6
-
7
pull_request:
8
types:
9
- opened
@@ -23,7 +20,7 @@ concurrency:
23
20
24
21
jobs:
25
22
privacy_tests:
26
- if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'content scope scripts')) || github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'pull_request' }}
27
28
runs-on: ubuntu-latest
29
0 commit comments