Skip to content

Commit

Permalink
Revert "CI deploy-app-engine: 実行条件調整 (#3899)"
Browse files Browse the repository at this point in the history
This reverts commit 1a6d8f4.
  • Loading branch information
massongit committed Jan 13, 2024
1 parent 4396bf0 commit 1d5d8f3
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: 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'
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')
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 1d5d8f3

Please sign in to comment.