Skip to content

Commit

Permalink
refactor: adding new condition to check github repo to rest of affect…
Browse files Browse the repository at this point in the history
…ed workflows
  • Loading branch information
pattishin committed Sep 30, 2023
1 parent f15a454 commit 4586804
Show file tree
Hide file tree
Showing 113 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appengine-analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-analytics'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-building-an-app-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-building-an-app-build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-building-an-app-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-building-an-app-update'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-datastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-datastore'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-endpoints'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-hello-world-flexible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-hello-world-flexible'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-hello-world-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-hello-world-standard'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-memcached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-memcached'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-metadata-flexible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-metadata-flexible'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-metadata-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-metadata-standard'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-pubsub'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-static-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-static-files'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-storage-flexible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-storage-flexible'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-storage-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-storage-standard'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-twilio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-twilio'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-typescript'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appengine-websockets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'appengine-websockets'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/asset-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'asset-snippets'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'auth'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'batch'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud-language.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'cloud-language'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud-tasks-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'cloud-tasks-snippets'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud-tasks-tutorial-gcf-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'cloud-tasks-tutorial-gcf-app'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud-tasks-tutorial-gcf-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'cloud-tasks-tutorial-gcf-function'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'cloudbuild'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'composer-functions-composer-storage-trigger'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'composer'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'compute'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contact-center-insights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'contact-center-insights'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-analysis-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'container-analysis-snippets'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'container'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datacatalog-cloud-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'datacatalog-cloud-client'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datacatalog-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'datacatalog-quickstart'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datacatalog-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'datacatalog-snippets'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datalabeling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'datalabeling'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dataproc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'dataproc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datastore-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'datastore-functions'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dialogflow-cx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
runs-on: ubuntu-latest
timeout-minutes: 120
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dialogflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'dialogflow'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/discoveryengine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'discoveryengine'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dlp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'dlp'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'document-ai'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document-warehouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'document-warehouse'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/endpoints-getting-started-grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
if: github.repository != 'renovate-bot/nodejs-docs-samples' && (github.event.action != 'labeled' || github.event.label.name == 'actions:force-run')
uses: ./.github/workflows/test.yaml
with:
name: 'endpoints-getting-started-grpc'
Expand Down
Loading

0 comments on commit 4586804

Please sign in to comment.