diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-07-02 15:21:36 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-07-09 07:27:44 +0200 |
| commit | 0b7d4d073a3c4e7bdce20a8ef9916d9cec43b9b0 (patch) | |
| tree | cd71565c8b3c28359863ad18645106cd671ce49e /.github | |
| parent | c8116edb91865c97f464200d2aea15d873effd98 (diff) | |
| download | mullvadvpn-0b7d4d073a3c4e7bdce20a8ef9916d9cec43b9b0.tar.xz mullvadvpn-0b7d4d073a3c4e7bdce20a8ef9916d9cec43b9b0.zip | |
Configure which CI jobs should be triggered by osv-scanner.toml changes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/daemon.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/testframework.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/translations.yml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 084d1c7036..bb930fc886 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -17,6 +17,7 @@ on: - '!scripts/**' - '!windows/**' - '!**/**.md' + - '!**/osv-scanner.toml' schedule: # At 06:20 UTC every day. # Notifications for scheduled workflows are sent to the user who last modified the cron diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 24060bfe2f..ca30d22979 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -22,6 +22,7 @@ on: - '!prepare-release.sh' - '!rustfmt.toml' - '!.yamllint' + - '!**/osv-scanner.toml' workflow_dispatch: inputs: diff --git a/.github/workflows/testframework.yml b/.github/workflows/testframework.yml index 469c61b488..307aaff69e 100644 --- a/.github/workflows/testframework.yml +++ b/.github/workflows/testframework.yml @@ -23,6 +23,7 @@ on: - '!prepare-release.sh' - '!rustfmt.toml' - '!.yamllint' + - '!**/osv-scanner.toml' workflow_dispatch: jobs: prepare-build-test-framework-linux: diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index ec6a494fae..136b0a2f03 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -8,6 +8,7 @@ on: - android/lib/resource/src/**/plurals.xml - android/lib/resource/src/**/strings.xml - gui/** + - '!**/osv-scanner.toml' workflow_dispatch: jobs: check-translations: |
