Skip to content

Commit

Permalink
Updated test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 14, 2022
1 parent 9dcecf7 commit 7f7bafe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "**"
pull_request:
branches:
- main
Expand All @@ -18,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.15

test-pull-requests-from-forks:
name: Test changed-files diff on pull_requests from forks
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -140,7 +141,7 @@ jobs:
echo "${{ toJSON(steps.changed-files.outputs) }}"
shell:
bash

- name: Run changed-files-specific with non existent base sha
id: changed-files-specific
uses: ./
Expand Down Expand Up @@ -180,7 +181,7 @@ jobs:
echo "${{ toJSON(steps.changed-files.outputs) }}"
shell:
bash

- name: Run changed-files-specific with non existent sha
id: changed-files-specific
uses: ./
Expand Down

0 comments on commit 7f7bafe

Please sign in to comment.