From b861b6fc47b5eed64a8bb0b7f811c03aaeffddbe Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 18 Jan 2020 02:22:51 +0900 Subject: [PATCH] ci: Comment out push event [skip ci] --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 61b3671..28bfad4 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -1,7 +1,7 @@ name: Daily Test on: - push: + # push: schedule: - cron: '14 14 * * *'