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 abc0bd4 commit 375dfc7Copy full SHA for 375dfc7
.github/workflows/test.yml
@@ -26,12 +26,12 @@ jobs:
26
npm ci
27
npm run test
28
29
- # test action works running from the graph
+ # Exclude running this on external forks due to permissions issue
30
test-action:
31
+ if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v4
35
- uses: ./
36
with:
37
filePath: "test"
-
0 commit comments