mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-21 17:59:21 +00:00
.github/workflows: skip integration tests for forks
Skip the integration test workflows for forked versions of the repo. Updates #cleanup Signed-off-by: Mario Minardi <mario@tailscale.com>
This commit is contained in:
parent
dea278bd44
commit
1ab6ecf072
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -14,6 +14,10 @@ jobs:
|
|||
# Matrix test for all supported platforms and architectures
|
||||
|
||||
integration-tests:
|
||||
# Skip our integration tests if the PR is from a fork. This has the consequence of
|
||||
# disabling these even if the PR is from a forked repo into itself, but given that
|
||||
# these tests are very specific to our internal test environment that is a good thing.
|
||||
if: ${{ !github.event.repository.fork }}
|
||||
name: ${{ matrix.os }} (${{ matrix.arch }}) (${{ matrix.credential-type }}) tailscale-${{ matrix.version }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue