From d226d51229e27be0121bc922b1148ef69332ed6f Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 18 Jan 2020 02:18:31 +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 6ba5e0d..4707073 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: '13 13 * * *'