Skip to content

Commit

Permalink
chore(actions): run security update job at 3 am (#8208)
Browse files Browse the repository at this point in the history
chore(actions): run security update job at 3 am so its ready when starting work early

Signed-off-by: slonka <[email protected]>
  • Loading branch information
slonka authored Oct 31, 2023
1 parent ddd0bb2 commit 0fe5f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-insecure-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Update insecure dependencies"
on:
workflow_dispatch: {}
schedule:
- cron: 0 8 * * *
- cron: 0 3 * * *
jobs:
build-matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fe5f23

Please sign in to comment.