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 1059cbc commit 77a85d0Copy full SHA for 77a85d0
1 file changed
.github/workflows/test-sdc-tasks.yml
@@ -1,12 +1,10 @@
1
name: Test SDC Tasks
2
3
on:
4
- pull_request_target:
+ pull_request:
5
types:
6
- labeled
7
- - unlabeled
8
- opened
9
- - edited
10
- reopened
11
- synchronize
12
@@ -24,12 +22,6 @@ jobs:
24
22
- name: Get changed files
25
23
id: changed-files
26
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
33
- name: test individual shell tools
34
id: test-individual-shell-tools
35
if: contains(steps.changed-files.outputs.modified_files, 'individual-shell-tools/')
0 commit comments