Remove spring-projects restriction from GHAs

This commit is contained in:
Artem Bilan
2023-10-30 16:55:01 -04:00
parent 89b19f1e7a
commit ea5a3edd4b
4 changed files with 0 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ env:
jobs:
staging:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects'
steps:
- uses: actions/checkout@v3

View File

@@ -17,7 +17,6 @@ env:
jobs:
build_snapshot:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects'
name: CI Build SNAPSHOT for ${{ github.ref_name }}
steps:

View File

@@ -15,7 +15,6 @@ on:
jobs:
release_to_central:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects'
steps:
- uses: actions/checkout@v3

View File

@@ -15,7 +15,6 @@ on:
jobs:
promote_milestone:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects'
steps:
- uses: jfrog/setup-jfrog-cli@v3