Skip to content

Commit

Permalink
Update meta-updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunekaer authored Oct 24, 2024
1 parent 7f04aef commit eeb1f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meta-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
schedule:
# Run every day at 00:00 UTC
- cron: '0 0 * * *'
# - cron: '0 0 * * *'
# Allow manual running as well
workflow_dispatch:

Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Push updates
uses: ad-m/github-push-action@master
with:
branch: ${{ github.ref }}
branch: ${{ github.ref }}

0 comments on commit eeb1f76

Please sign in to comment.