Skip to content

Commit

Permalink
Removed schedule event
Browse files Browse the repository at this point in the history
Details:

* Removed the 'schedule' event from the test workflow since it is
  only triggered on the master branch.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Dec 13, 2020
1 parent 2afddd5 commit c535ce1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Expand Up @@ -4,9 +4,7 @@
name: test

on:
# schedule:
# # minute hour day_of_month month day_of_week
# - cron: '10 21 * * 0' # Every sunday at 21:10 UTC
# Note: The 'schedule' event is only triggering on the master branch.
push:
branches: [ master, stable_0.8 ]
pull_request:
Expand Down

0 comments on commit c535ce1

Please sign in to comment.