Skip to content

Commit

Permalink
Switch workflows to use a JDK17 baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio authored and nor-ek committed Nov 4, 2021
1 parent 5019653 commit aff7d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
RUN_JOBS: ${{ github.repository == 'spring-projects/spring-security' }}
RUN_JOBS: true

jobs:
prerequisites:
Expand Down

0 comments on commit aff7d84

Please sign in to comment.