Skip to content

Commit 8282e65

Browse files
committed
add workflow_dispatch
1 parent 38656a0 commit 8282e65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/weekly-go-version-check.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Weekly go version check
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Cron for every Mon at 12:00 UTC.
67
- cron: "0 12 * * 1"
@@ -12,6 +13,10 @@ permissions:
1213
jobs:
1314
weekly-go-patch-version-check:
1415
name: Check go patch version
16+
strategy:
17+
fail-fast: false
18+
matrix:
19+
branch: [automate-go-patching]
1520
runs-on: ubuntu-latest
1621
steps:
1722
- name: Checkout code

0 commit comments

Comments
 (0)