Skip to content

Commit 6d2b3bc

Browse files
authored
removes labeled rule from workflow (privacy test) (#6058)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1202552961248957/task/1210230564880352?focus=true ### Description Removes labeled rule from workflow (privacy test) ### Steps to test this PR N/A ### UI changes | Before | After | | ------ | ----- | !(Upload before screenshot)|(Upload after screenshot)|
1 parent b6e5b06 commit 6d2b3bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/privacy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Privacy Tests
22

33
on:
4-
pull_request_target:
5-
types: [ labeled ]
6-
74
pull_request:
85
types:
96
- opened
@@ -23,7 +20,7 @@ concurrency:
2320

2421
jobs:
2522
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' }}
23+
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'pull_request' }}
2724
name: Privacy Tests
2825
runs-on: ubuntu-latest
2926

0 commit comments

Comments
 (0)