Skip to content

Commit 7018525

Browse files
committed
chore: make sure there is no schedule until we merge this, add explanatory comment
1 parent 463457b commit 7018525

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test-academy.yml

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

33
on:
4+
# TODO, this is just temporary:
45
push:
56
branches: [ "honzajavorek/test-exercises" ]
6-
schedule:
7-
- cron: "0 3 * * 1" # at 3am UTC on Mondays
8-
workflow_dispatch: # allows running this workflow manually from the Actions tab
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
911

1012
jobs:
1113
test-exercises:

0 commit comments

Comments
 (0)