Skip to content

Commit 1647074

Browse files
committed
Fix artifact-links workflow: trigger on "CI" workflow instead of non-existent "PR"
1 parent 6873847 commit 1647074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifact-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Artifact links comments creator
22
on:
33
workflow_run:
4-
workflows: ["PR"]
4+
workflows: ["CI"]
55
types: [completed]
66

77
jobs:

0 commit comments

Comments
 (0)