Skip to content

Commit d751e70

Browse files
authored
Update tests.yml
1 parent 6b66b8f commit d751e70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Tests
22

33
on:
4-
push:
4+
#push:
55
pull_request:
66
workflow_dispatch:
77
schedule:
8-
# “At 12:00 on Wednesdays.
9-
- cron: '0 12 * * 3'
8+
# “At 12:00”
9+
- cron: '0 12 * * *'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)