We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e502b2e commit 032ee77Copy full SHA for 032ee77
1 file changed
.github/workflows/deps.yml
@@ -5,9 +5,6 @@ env:
5
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
6
7
on:
8
- schedule:
9
- # every monday at 4AM (UTC?)
10
- - cron: '0 4 * * 1'
11
push:
12
branches: [main]
13
pull_request:
@@ -17,7 +14,6 @@ jobs:
17
14
bans-licenses-sources:
18
15
name: Bans, Licenses, Sources
19
16
runs-on: ubuntu-latest
20
- if: github.event.name != 'schedule'
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments