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 a21adc0 commit 76955c3Copy full SHA for 76955c3
.github/workflows/custard-ci-dev.yaml
@@ -61,6 +61,7 @@ jobs:
61
echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs-dev.jsonc paths.txt)" >> $GITHUB_OUTPUT
62
63
nodejs-test:
64
+ if: github.event.pull_request && github.event.pull_request.head.repo.fork == false
65
name: test
66
needs: affected
67
runs-on: ubuntu-latest
.github/workflows/custard-ci.yaml
@@ -122,6 +122,7 @@ jobs:
122
- run: ./.github/workflows/utils/region-tags-tests.sh
123
124
test:
125
126
name: test (legacy)
127
128
0 commit comments