Skip to content

Commit 72e3909

Browse files
committed
feat: try worflow_run
1 parent bbdea84 commit 72e3909

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci-collector.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- '.github/workflows/ci-collector.yml'
1414
branches:
1515
- main
16+
workflow_run:
17+
workflows: ["Go version auto upgrade"]
18+
types:
19+
- completed
1620

1721
permissions:
1822
contents: read

.github/workflows/ci-gomod-auto-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Go version auto upgrade"
22
on:
33
schedule:
44
- cron: "00 7 * * *" # Every day at 07:00 UTC
5-
workflow_dispatch:
5+
workflow_dispatch: # Ability to manually trigger the workflow
66
permissions:
77
contents: read
88
jobs:

0 commit comments

Comments
 (0)