We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3f24f commit ee19d17Copy full SHA for ee19d17
1 file changed
.github/workflows/test-academy.yml
@@ -1,13 +1,9 @@
1
name: Test Academy
2
3
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
+ schedule:
+ - cron: "0 3 * * 1" # at 3am UTC on Mondays
+ workflow_dispatch: # allows running this workflow manually from the Actions tab
11
12
jobs:
13
test-exercises:
0 commit comments