Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuya28 committed Jan 9, 2024
1 parent 61fefd0 commit f7cbc75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-run-cloud-deploy-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- add-cloud-run-cloude-deploy
paths:
- .github/workflows/cloud-run-cloud-deploy-pipeline.yaml
- .github/reusable_workflows/cloud-run-cloud-deploy.yaml
- .github/workflows/reusable-cloud-run-cloud-deploy-pipeline.yaml
- gcp/cloud-run/cloud-deploy.yaml

permissions:
Expand All @@ -33,6 +33,6 @@ jobs:
deploy:
needs: pipeline
uses: ./.github/reusable_workflows/cloud-run-cloud-deploy.yaml
uses: ./.github/workflows/reusable-cloud-run-cloud-deploy.yaml
with:
called_by: pipeline
4 changes: 2 additions & 2 deletions .github/workflows/cloud-run-cloud-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- add-cloud-run-cloude-deploy
paths:
- .github/workflows/cloud-run-cloud-deploy.yaml
- .github/reusable_workflows/cloud-run-cloud-deploy.yaml
- .github/workflows/reusable-cloud-run-cloud-deploy-pipeline.yaml
- gcp/cloud-run/**
- '!gcp/cloud-run/cloud-deploy.yaml'

jobs:
deploy:
uses: ./.github/reusable_workflows/cloud-run-cloud-deploy.yaml
uses: ./.github/workflows/reusable-cloud-run-cloud-deploy.yaml
with:
called_by: deploy

0 comments on commit f7cbc75

Please sign in to comment.