We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f08f6 commit bcde4c1Copy full SHA for bcde4c1
.github/workflows/continuous-integration-workflow.yml
@@ -15,7 +15,7 @@ env:
15
COMMIT_SHA: ${{ github.sha }}
16
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
17
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
18
- RUN_JOBS: ${{ github.repository == 'spring-projects/spring-security' }}
+ RUN_JOBS: ${{ github.repository == 'jzheaux/spring-security' }}
19
20
jobs:
21
prerequisites:
0 commit comments