Skip to content

Commit

Permalink
Tweaks to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Nov 11, 2024
1 parent 5f0ab5c commit 2d8240f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check for updates

on:
schedule: # for scheduling to work this file must be in the default branch
- cron: "0 * * * *" # run every hour
- cron: "0 0 * * *" # run every day at midnight
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab

env:
Expand Down Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Verify if git was updated
id: is-updated
run: |
git config --global --add safe.directory /__w/com.artemis_rgb.Artemis/com.artemis_rgb.Artemis
git status -s -uno
[ -z "$(git status -s -uno)" ] || echo "updated=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2d8240f

Please sign in to comment.