Skip to content

Commit ee19d17

Browse files
committed
chore: enable only as a cron
1 parent 3e3f24f commit ee19d17

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/test-academy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Test Academy
22

33
on:
4-
# TODO, this is just temporary:
5-
push:
6-
branches: [ "honzajavorek/test-exercises" ]
7-
8-
# schedule:
9-
# - cron: "0 3 * * 1" # at 3am UTC on Mondays
10-
# workflow_dispatch: # allows running this workflow manually from the Actions tab
4+
schedule:
5+
- cron: "0 3 * * 1" # at 3am UTC on Mondays
6+
workflow_dispatch: # allows running this workflow manually from the Actions tab
117

128
jobs:
139
test-exercises:

0 commit comments

Comments
 (0)