Skip to content

Commit 3508d3b

Browse files
committed
chore: add cron schedule
1 parent 22c68ae commit 3508d3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/audit-dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: audit-dependencies
22

33
on:
4+
# Sundays at 2am EST
5+
schedule:
6+
- cron: '0 7 * * 0'
47
workflow_dispatch:
58
inputs:
69
audit-level:
@@ -16,7 +19,6 @@ env:
1619

1720
jobs:
1821
audit:
19-
name: audit-${{ github.ref_name }}-${{ github.sha }}
2022
runs-on: ubuntu-24.04
2123
steps:
2224
- name: Checkout

0 commit comments

Comments
 (0)