Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jan 29, 2024
1 parent fe61636 commit 258d8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
schedule:
- cron: '2 22 * * *'
- cron: '10 22 * * *'
workflow_dispatch:

env:
Expand All @@ -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

Expand Down

0 comments on commit 258d8cc

Please sign in to comment.