Skip to content

Commit 436b079

Browse files
committed
Skip plus tests on a fork
Problem: The NGINX Plus JWT is only available on the upstream repo, so automated tests for Plus can't be run on forks. Solution: Skip these test runs on a fork.
1 parent 581fd74 commit 436b079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/functional.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
functional-tests:
2222
name: Run Tests
2323
runs-on: ubuntu-24.04
24+
if: (github.event.repository.fork == false) || (inputs.image != 'plus')
2425
env:
2526
DOCKER_BUILD_SUMMARY: false
2627
steps:

0 commit comments

Comments
 (0)