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/workflows/testframework.yml | |
| 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/workflows/testframework.yml')
| -rw-r--r-- | .github/workflows/testframework.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
