We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c2581 commit ea4d79bCopy full SHA for ea4d79b
.github/workflows/antithesis-test.yml
@@ -2,11 +2,10 @@
2
name: Build and trigger Antithesis exploration
3
4
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
+ pull_request:
+ branches: [main]
+ schedule:
+ - cron: "0 0 * * *" # run every day at midnight
10
workflow_dispatch:
11
inputs:
12
test:
0 commit comments