From e0373996c8db4451a1d6efcd85e2e7715356f49f Mon Sep 17 00:00:00 2001 From: minoplhy Date: Thu, 15 Jun 2023 19:16:23 +0700 Subject: [PATCH] tasks.yaml : resume operation --- .github/workflows/tasks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tasks.yaml b/.github/workflows/tasks.yaml index 799da34..b739f5e 100644 --- a/.github/workflows/tasks.yaml +++ b/.github/workflows/tasks.yaml @@ -1,7 +1,7 @@ name: Tasks on: - # schedule: - # - cron: '0 */8 * * *' + schedule: + - cron: '0 */8 * * *' workflow_dispatch: jobs: build: @@ -12,7 +12,7 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - name: build - uses: minoplhy/filters-maker@v1.0.11 + uses: minoplhy/filters-maker@v1.1.0 env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: