mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
hotfix: disable nightly-flake on all pushes
This commit is contained in:
@@ -4,10 +4,10 @@ on:
|
||||
# Every day at midnight
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
# For testing purposes
|
||||
# - ".github/workflows/nightly-flake.yaml"
|
||||
# For testing purposes
|
||||
# push:
|
||||
# paths:
|
||||
# - ".github/workflows/nightly-flake.yaml"
|
||||
jobs:
|
||||
test-go-race:
|
||||
# While GitHub's toaster runners are likelier to flake, we want consistency
|
||||
|
||||
Reference in New Issue
Block a user