mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Skip workflows on forks of spring-security
This commit is contained in:
parent
47a5665767
commit
24033be046
1
.github/workflows/algolia-index.yml
vendored
1
.github/workflows/algolia-index.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
update:
|
update:
|
||||||
name: Update Algolia Index
|
name: Update Algolia Index
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
1
.github/workflows/antora-generate.yml
vendored
1
.github/workflows/antora-generate.yml
vendored
@ -16,6 +16,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
1
.github/workflows/backport-bot.yml
vendored
1
.github/workflows/backport-bot.yml
vendored
@ -13,6 +13,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
issues: write
|
issues: write
|
||||||
|
1
.github/workflows/clean_build_artifacts.yml
vendored
1
.github/workflows/clean_build_artifacts.yml
vendored
@ -9,6 +9,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: none
|
contents: none
|
||||||
steps:
|
steps:
|
||||||
|
1
.github/workflows/deploy-reference.yml
vendored
1
.github/workflows/deploy-reference.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: deploy
|
name: deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up gradle
|
- name: Set up gradle
|
||||||
|
@ -11,6 +11,7 @@ jobs:
|
|||||||
spring-releasetrain-checks:
|
spring-releasetrain-checks:
|
||||||
name: Check DueOn is on a Release Date
|
name: Check DueOn is on a Release Date
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'spring-projects/spring-security' }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: none
|
contents: none
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user