Skip to content

Commit 1da32fb

Browse files
committed
ci: change workflow_run
1 parent cd5a271 commit 1da32fb

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ on:
99
push:
1010
branches: ["main"]
1111

12-
workflow_call:
13-
inputs:
14-
custom_message:
15-
required: false
16-
type: string
17-
default: "Hello!"
12+
workflow_run:
13+
workflows: ["New Post Update"]
14+
branches: [main]
15+
types:
16+
- completed
1817

1918
# Allows you to run this workflow manually from the Actions tab
2019
workflow_dispatch:

0 commit comments

Comments
 (0)