Skip workflows on forks of spring-security
This commit is contained in:
1
.github/workflows/clean_build_artifacts.yml
vendored
1
.github/workflows/clean_build_artifacts.yml
vendored
@@ -9,6 +9,7 @@ permissions:
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||
permissions:
|
||||
contents: none
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user