Skip to content

Commit

Permalink
CI deploy-app-engine: 実行条件調整 (#3899)
Browse files Browse the repository at this point in the history
* CI deploy-app-engine: 実行条件調整

* 条件修正

* 条件修正
  • Loading branch information
massongit authored Jan 13, 2024
1 parent 59d48fd commit 1a6d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ jobs:
- e2e-test-mini-docker-compose
- docker-compose-build
- make-browserslist
if: github.event_name == 'push' || github.event_name == 'merge_group' || (github.repository == github.event.pull_request.head.repo.full_name && github.repository == 'dev-hato/hato-atama')
if: always() && (github.event_name == 'push' || ((github.event_name == 'merge_group' || (github.repository == github.event.pull_request.head.repo.full_name && github.repository == 'dev-hato/hato-atama')) && needs.e2e-test-mini-docker-compose.result == 'success')) && needs.build-frontend.result == 'success' && needs.docker-compose-build.result == 'success' && needs.make-browserslist.result == 'success'
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 1a6d8f4

Please sign in to comment.