From c4c7bac277b1b00ae5bdd7384f1016832f8ff458 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 30 Mar 2020 22:17:32 +0900 Subject: [PATCH] chore: remove extra line --- .github/workflows/test-action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index afbb76c..f24fac9 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 * * *' @@ -21,7 +21,6 @@ jobs: - true - false steps: - - uses: actions/checkout@v2 - name: Setup Hugo