Skip to content

Commit ea4d79b

Browse files
committed
Enable the Antithesis nightly workflow
Initially disabled due to discussions in #19750 Reference: - #19299 Signed-off-by: Chun-Hung Tseng <[email protected]>
1 parent 59c2581 commit ea4d79b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/antithesis-test.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
name: Build and trigger Antithesis exploration
33

44
on:
5-
# Disabled as discussed in https://github.com/etcd-io/etcd/pull/19750#issuecomment-2809840402
6-
# pull_request:
7-
# branches: [main]
8-
# schedule:
9-
# - cron: "0 0 * * *" # run every day at midnight
5+
pull_request:
6+
branches: [main]
7+
schedule:
8+
- cron: "0 0 * * *" # run every day at midnight
109
workflow_dispatch:
1110
inputs:
1211
test:

0 commit comments

Comments
 (0)