We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5a271 commit 1da32fbCopy full SHA for 1da32fb
1 file changed
.github/workflows/nextjs.yml
@@ -9,12 +9,11 @@ on:
9
push:
10
branches: ["main"]
11
12
- workflow_call:
13
- inputs:
14
- custom_message:
15
- required: false
16
- type: string
17
- default: "Hello!"
+ workflow_run:
+ workflows: ["New Post Update"]
+ branches: [main]
+ types:
+ - completed
18
19
# Allows you to run this workflow manually from the Actions tab
20
workflow_dispatch:
0 commit comments