mirror of
https://github.com/actions/go-versions.git
synced 2026-02-08 15:23:35 +08:00
Changed schedule
This commit is contained in:
4
.github/workflows/get-go-versions.yml
vendored
4
.github/workflows/get-go-versions.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Get Go versions
|
name: Get Go versions
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3,15 * * *'
|
- cron: '0 0,12 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -10,4 +10,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tool-name: "Go"
|
tool-name: "Go"
|
||||||
image-url: "https://go.dev/images/gopher-footer.jpg"
|
image-url: "https://go.dev/images/gopher-footer.jpg"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user