diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 37eb51abdecd..23a65afc5ac7 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -36,7 +36,7 @@ jobs: labels: name: label-pr runs-on: ubuntu-24.04-arm - if: "!contains(github.event.pull_request.title, '[skip treewide]')" + if: github.event_name != 'schedule' || github.repository_owner == 'NixOS' steps: - name: Install dependencies run: npm install @actions/artifact