From 258d8ccbaaa68a8d6134c40507f62f23b6786c55 Mon Sep 17 00:00:00 2001 From: Tau Date: Mon, 29 Jan 2024 22:03:14 +0100 Subject: [PATCH] change workflow --- .github/workflows/vib-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 963a096..1eaa373 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] schedule: - - cron: '2 22 * * *' + - cron: '10 22 * * *' workflow_dispatch: env: @@ -14,7 +14,7 @@ env: jobs: check_update: runs-on: ubuntu-latest - if: github.event_name == 'schedule' + if: github.event_name != 'schedule' steps: - uses: actions/checkout@v4