diff options
| author | Masaya Suzuki <15100604+massongit@users.noreply.github.com> | 2023-01-14 19:51:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 19:51:34 +0900 |
| commit | 73b62797cd43def629fd1a9699734acf92f1196f (patch) | |
| tree | 312c32edd33a9c1f9ec20a76e951c2d70cdc3dc5 /.github/workflows | |
| parent | E2Eテスト "first widget should be removed" 修正 (#9556) (diff) | |
| download | sharkey-73b62797cd43def629fd1a9699734acf92f1196f.tar.gz sharkey-73b62797cd43def629fd1a9699734acf92f1196f.tar.bz2 sharkey-73b62797cd43def629fd1a9699734acf92f1196f.zip | |
CI Deploy preview environmentの不要なトリガー削除 (#9558)
* CI Deploy preview environmentの不要なトリガー削除
* 不要な条件削除
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pr-preview-deploy.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/pr-preview-deploy.yml b/.github/workflows/pr-preview-deploy.yml index fd43bce9e6..f43d1b2290 100644 --- a/.github/workflows/pr-preview-deploy.yml +++ b/.github/workflows/pr-preview-deploy.yml @@ -1,7 +1,5 @@ # Run secret-dependent integration tests only after /deploy approval on: - pull_request: - types: [opened, reopened, synchronize] repository_dispatch: types: [deploy-command] @@ -12,7 +10,6 @@ jobs: deploy-preview-environment: runs-on: ubuntu-latest if: - github.event_name == 'repository_dispatch' && github.event.client_payload.slash_command.sha != '' && contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha) steps: |