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 d37266d commit 1c7828fCopy full SHA for 1c7828f
.github/workflows/continuous-integration-workflow.yml
@@ -26,7 +26,7 @@ jobs:
26
prerequisites:
27
name: Pre-requisites for building
28
runs-on: ubuntu-latest
29
- if: ${{ github.repository == 'spring-projects/spring-security' }}
+# if: ${{ github.repository == 'spring-projects/spring-security' }}
30
outputs:
31
runjobs: ${{ steps.continue.outputs.runjobs }}
32
project_version: ${{ steps.continue.outputs.project_version }}
0 commit comments