Skip to content

Commit 8735b31

Browse files
committed
fixup: Update regular fuzz job too
1 parent b183a25 commit 8735b31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run fuzz tests
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 * * *" # Once a day at midnight UTC
66

77
permissions:
88
contents: read
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Git checkout
1515
uses: actions/checkout@v4
16-
with:
17-
ref: 'dev'
1816
- name: Set up Go
1917
uses: ./.github/actions/setup-go-for-project
2018
- name: Run fuzz tests

0 commit comments

Comments
 (0)