[PATCH] .github/workflows/tf_testsuite.yml: only run on SELinuxProject/selinux
Stephen Smalley <[email protected]>
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <[email protected]> |
Only try to run the testfarm tests on SELinuxProject/selinux; anything else will fail due to lacking access to the API key. Signed-off-by: Stephen Smalley <[email protected]> --- .github/workflows/tf_testsuite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tf_testsuite.yml b/.github/workflows/tf_testsuite.yml index 7e3993d3..48484496 100644 --- a/.github/workflows/tf_testsuite.yml +++ b/.github/workflows/tf_testsuite.yml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: tf_testsuite: runs-on: ubuntu-latest + if: github.repository == 'SELinuxProject/selinux' strategy: fail-fast: false matrix: -- 2.55.0