run auto-update weekly using GH cron #8
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mohamed/nvidia-patch-nixos!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Runs 3:33 every Monday.
I have confirmed that
devops-infra/action-commit-pushwill not fail if there are no changes:devops-infra/action-commit-push@8bc2ff9f9d/entrypoint.sh (L39)Cron expansion: https://crontab.guru/#33_3___1
GH actions doc: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onschedule
There should be no need to do this. The update job is already triggered on every upstream commit
Oh interesting, I must have missed that!
Just curious: how does that work? I don’t see anything in the Actions workflow.
There is unfortunately no "github native" way to do that. So I'm running an external service that triggers the action.
Pull request closed