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 bbdea84 commit 72e3909Copy full SHA for 72e3909
.github/workflows/ci-collector.yml
@@ -13,6 +13,10 @@ on:
13
- '.github/workflows/ci-collector.yml'
14
branches:
15
- main
16
+ workflow_run:
17
+ workflows: ["Go version auto upgrade"]
18
+ types:
19
+ - completed
20
21
permissions:
22
contents: read
.github/workflows/ci-gomod-auto-upgrade.yaml
@@ -2,7 +2,7 @@ name: "Go version auto upgrade"
2
on:
3
schedule:
4
- cron: "00 7 * * *" # Every day at 07:00 UTC
5
- workflow_dispatch:
+ workflow_dispatch: # Ability to manually trigger the workflow
6
7
8
jobs:
0 commit comments