diff options
Diffstat (limited to '.github/workflows')
| -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: |
