From bf55c251f6e72839314a79cefcc7886caf2c9755 Mon Sep 17 00:00:00 2001 From: Norbert Nowak Date: Thu, 21 Oct 2021 17:24:07 +0200 Subject: [PATCH] gh-10333 after merge upstream fixes --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index dff98bdd41a..f9868aab190 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -16,7 +16,7 @@ env: STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }} ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} - RUN_JOBS: true + RUN_JOBS: ${{ github.repository == 'spring-projects/spring-security' }} jobs: prerequisites: