Skip to content

Commit 2631a84

Browse files
committed
hotfix: disable nightly-flake on all pushes
1 parent 6d8caf6 commit 2631a84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly-flake.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
# Every day at midnight
55
- cron: "0 0 * * *"
66
workflow_dispatch:
7-
push:
8-
paths:
9-
# For testing purposes
10-
# - ".github/workflows/nightly-flake.yaml"
7+
# For testing purposes
8+
# push:
9+
# paths:
10+
# - ".github/workflows/nightly-flake.yaml"
1111
jobs:
1212
test-go-race:
1313
# While GitHub's toaster runners are likelier to flake, we want consistency

0 commit comments

Comments
 (0)