Rename explicit references to github org
This commit is contained in:
2
.github/workflows/check-samples.yml
vendored
2
.github/workflows/check-samples.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
check_samples:
|
||||
name: Check Samples project
|
||||
if: github.repository == 'spring-projects-experimental/spring-grpc'
|
||||
if: github.repository == 'spring-projects/spring-grpc'
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
build_and_verify:
|
||||
name: Build and Verify
|
||||
if: github.repository == 'spring-projects-experimental/spring-grpc'
|
||||
if: github.repository == 'spring-projects/spring-grpc'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
name: Build and Deploy On Push
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'spring-projects-experimental/spring-grpc' }}
|
||||
if: ${{ github.repository == 'spring-projects/spring-grpc' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -12,7 +12,7 @@ permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository_owner == 'spring-projects-experimental'
|
||||
if: github.repository_owner == 'spring-projects'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user