.github/workflows/editorconfig.yml: change to skip treewide

This commit is contained in:
zowoq 2023-01-21 09:19:18 +10:00
parent d1f44c31a3
commit 552af48e79

View File

@ -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: