Skip to content

Commit 0f1200b

Browse files
committed
ci: Remove scheduled job
GitHub disables scheduled workflows if there is no activity on the repository.
1 parent 6b29ee5 commit 0f1200b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deps.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ env:
55
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
66

77
on:
8-
schedule:
9-
# every monday at 4AM (UTC?)
10-
- cron: '0 4 * * 1'
118
push:
129
branches: [main]
1310
pull_request:
@@ -17,7 +14,6 @@ jobs:
1714
bans-licenses-sources:
1815
name: Bans, Licenses, Sources
1916
runs-on: ubuntu-latest
20-
if: github.event.name != 'schedule'
2117

2218
steps:
2319
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)