We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463457b commit 7018525Copy full SHA for 7018525
.github/workflows/test-academy.yml
@@ -1,11 +1,13 @@
1
name: Test Academy
2
3
on:
4
+ # TODO, this is just temporary:
5
push:
6
branches: [ "honzajavorek/test-exercises" ]
- schedule:
7
- - cron: "0 3 * * 1" # at 3am UTC on Mondays
8
- workflow_dispatch: # allows running this workflow manually from the Actions tab
+
+ # schedule:
9
+ # - cron: "0 3 * * 1" # at 3am UTC on Mondays
10
+ # workflow_dispatch: # allows running this workflow manually from the Actions tab
11
12
jobs:
13
test-exercises:
0 commit comments