Remove spring-projects restriction from GHAs
This commit is contained in:
@@ -25,7 +25,6 @@ env:
|
||||
jobs:
|
||||
staging:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'spring-projects'
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ on:
|
||||
jobs:
|
||||
release_to_central:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'spring-projects'
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user