From c34a46e748f8122acf9951ab042887d3eecea3fe Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 30 Mar 2020 22:23:40 +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 f24fac9..4680650 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 * * *'