Skip to content

Commit

Permalink
Add cronjob trigger to OSP nightly workflow
Browse files Browse the repository at this point in the history
The intention always was to use a scheduler to execute the workflow
daily. The manual trigger is kept for both easier testing and emergency
updates.
  • Loading branch information
enarha authored and Roming22 committed Feb 7, 2024
1 parent 84e4cc7 commit 5b3be4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-osp-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: update-osp-nightly
run-name: Check for OSP nightly and create a PR
on: workflow_dispatch
on:
schedule:
- cron: '10 1 * * *'
workflow_dispatch:
permissions: {} # drop all permissions; the default triggers codecov failure
jobs:
update-osp-nightly:
Expand Down

0 comments on commit 5b3be4e

Please sign in to comment.