Skip to content

Commit 4fbbfd2

Browse files
author
Steve Riesenberg
committed
Skip workflows on forks of spring-security
1 parent 66da430 commit 4fbbfd2

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/algolia-index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
update:
1313
name: Update Algolia Index
1414
runs-on: ubuntu-latest
15+
if: ${{ github.repository == 'spring-projects/spring-security' }}
1516
steps:
1617
- name: Checkout Source
1718
uses: actions/checkout@v2

.github/workflows/antora-generate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
build:
1818
runs-on: ubuntu-latest
19+
if: ${{ github.repository == 'spring-projects/spring-security' }}
1920
steps:
2021
- name: Checkout Source
2122
uses: actions/checkout@v2

.github/workflows/backport-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16+
if: ${{ github.repository == 'spring-projects/spring-security' }}
1617
permissions:
1718
contents: read
1819
issues: write

.github/workflows/clean_build_artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
jobs:
1010
main:
1111
runs-on: ubuntu-latest
12+
if: ${{ github.repository == 'spring-projects/spring-security' }}
1213
permissions:
1314
contents: none
1415
steps:

.github/workflows/deploy-reference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
name: deploy
1616
runs-on: ubuntu-latest
17+
if: ${{ github.repository == 'spring-projects/spring-security' }}
1718
steps:
1819
- uses: actions/checkout@v2
1920
- name: Set up gradle

.github/workflows/milestone-spring-releasetrain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
spring-releasetrain-checks:
1212
name: Check DueOn is on a Release Date
1313
runs-on: ubuntu-latest
14+
if: ${{ github.repository == 'spring-projects/spring-security' }}
1415
permissions:
1516
contents: none
1617
steps:

0 commit comments

Comments
 (0)