Skip to content

Commit 77a85d0

Browse files
author
l
committed
try normal pr target
1 parent 1059cbc commit 77a85d0

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test-sdc-tasks.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Test SDC Tasks
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types:
66
- labeled
7-
- unlabeled
87
- opened
9-
- edited
108
- reopened
119
- synchronize
1210

@@ -24,12 +22,6 @@ jobs:
2422
- name: Get changed files
2523
id: changed-files
2624
uses: tj-actions/changed-files@v47.0.5
27-
- name: checkout changed files
28-
env:
29-
GH_TOKEN: ${{ github.token }}
30-
PR_NUM: ${{ github.event.pull_request.number }}
31-
run: |
32-
gh pr checkout $PR_NUM
3325
- name: test individual shell tools
3426
id: test-individual-shell-tools
3527
if: contains(steps.changed-files.outputs.modified_files, 'individual-shell-tools/')

0 commit comments

Comments
 (0)