summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-01-21 09:19:18 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-01-21 09:33:59 +1000
commit552af48e793f773ec64b03a818deba26cde907e6 (patch)
tree72f3a08abf6394f95b13a5797fe06d05658c46d6
parentd1f44c31a3bd001f944b05301d4a3889e70f1bcb (diff)
.github/workflows/editorconfig.yml: change to `skip treewide`
-rw-r--r--.github/workflows/editorconfig.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index 081bd6146af1..ae411fefbe47 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -11,7 +11,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
- if: "github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip editorconfig]')"
+ if: "github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip treewide]')"
steps:
- name: Get list of changed files from PR
env: