We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6297d3 commit 0c94cfcCopy full SHA for 0c94cfc
.github/workflows/release-next-version.yml
@@ -10,12 +10,11 @@ env:
10
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
11
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
12
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
13
- RUN_JOBS: ${{ github.repository == 'spring-projects/spring-security' }}
14
15
jobs:
16
release-next-version:
17
name: Initiate Release If Scheduled
18
- if: env.RUN_JOBS == 'true'
+ if: ${{ github.repository == 'spring-projects/spring-security' }}
19
runs-on: ubuntu-latest
20
steps:
21
- id: checkout-source
0 commit comments