diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-09-17 11:10:48 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-09-17 11:56:00 +0200 |
| commit | 1f57f7b82267b984b5d94efbcc83ee8a02fbf347 (patch) | |
| tree | b1fa61d32a4a017c6db6693d8a4679a20085d48a /.github/workflows | |
| parent | f0d4d64d1042248b255b3b7289bb4073088327cc (diff) | |
| download | mullvadvpn-1f57f7b82267b984b5d94efbcc83ee8a02fbf347.tar.xz mullvadvpn-1f57f7b82267b984b5d94efbcc83ee8a02fbf347.zip | |
Disable the *scheduled* OSV scanner run on pushes
This job should only run on a daily schedule. There is a separate
workflow for running on PRs.
The reason for disabling it is that it currently runs on every merge,
but even if it fails, the PR owner is not notified.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/osv-scanner-scheduled.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/osv-scanner-scheduled.yml b/.github/workflows/osv-scanner-scheduled.yml index 7df091337a..4df17ade8b 100644 --- a/.github/workflows/osv-scanner-scheduled.yml +++ b/.github/workflows/osv-scanner-scheduled.yml @@ -4,8 +4,6 @@ name: OSV-Scanner Scheduled Scan on: schedule: - cron: "30 7 * * MON-FRI" - push: - branches: [main] workflow_dispatch: permissions: {} |
