Skip to content

Commit bcde4c1

Browse files
committed
Prepare for GitHub actions
1 parent 93f08f6 commit bcde4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
COMMIT_SHA: ${{ github.sha }}
1616
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
1717
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
18-
RUN_JOBS: ${{ github.repository == 'spring-projects/spring-security' }}
18+
RUN_JOBS: ${{ github.repository == 'jzheaux/spring-security' }}
1919

2020
jobs:
2121
prerequisites:

0 commit comments

Comments
 (0)