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 0224ee9 commit 794abdbCopy full SHA for 794abdb
.github/workflows/ci-collector.yml
@@ -14,7 +14,7 @@ on:
14
branches:
15
- main
16
workflow_run:
17
- workflows: ["Go version auto upgrade"]
+ workflows: ["Continuous Build (Collector Go Version Auto Upgrade)"]
18
types:
19
- completed
20
.github/workflows/ci-gomod-auto-upgrade.yaml
@@ -1,4 +1,4 @@
1
-name: "Go version auto upgrade"
+name: "Continuous Build (Collector Go Version Auto Upgrade)"
2
on:
3
schedule:
4
- cron: "00 7 * * *" # Every day at 07:00 UTC
0 commit comments