summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-06-09 01:43:35 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-06-09 01:43:35 +0900
commitd8eb610aaba10174b6e1d6204e775b6032086bd8 (patch)
treebb1fca9d3f2928cbc7451cb54f8a44a59d0364a7 /.github
parentchore(dev): update okteto workflow (diff)
downloadsharkey-d8eb610aaba10174b6e1d6204e775b6032086bd8.tar.gz
sharkey-d8eb610aaba10174b6e1d6204e775b6032086bd8.tar.bz2
sharkey-d8eb610aaba10174b6e1d6204e775b6032086bd8.zip
Update pr-preview-deploy.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-preview-deploy.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/pr-preview-deploy.yml b/.github/workflows/pr-preview-deploy.yml
index 53f670652d..126665850f 100644
--- a/.github/workflows/pr-preview-deploy.yml
+++ b/.github/workflows/pr-preview-deploy.yml
@@ -1,12 +1,12 @@
-# Run secret-dependent integration tests only after /ok-to-test approval
+# Run secret-dependent integration tests only after /deploy approval
on:
repository_dispatch:
- types: [ok-to-test-command]
+ types: [deploy-command]
name: Deploy preview environment
jobs:
- # Repo owner has commented /ok-to-test on a (fork-based) pull request
+ # Repo owner has commented /deploy on a (fork-based) pull request
deploy-preview-environment:
runs-on: ubuntu-latest
if:
@@ -16,7 +16,7 @@ jobs:
steps:
# Check out merge commit
- - name: Fork based /ok-to-test checkout
+ - name: Fork based /deploy checkout
uses: actions/checkout@v2
with:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'