We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a494c commit ac827f8Copy full SHA for ac827f8
.github/workflows/test-deploy.yml
@@ -9,11 +9,6 @@ on:
9
# Review gh actions docs if you want to further define triggers, paths, etc.
10
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
11
workflow_dispatch:
12
- # Only trigger when the build workflow succeeded.
13
- workflow_run:
14
- workflows: ["PR checklist checker"]
15
- types:
16
- - completed
17
18
jobs:
19
test-deploy:
0 commit comments