build: Run gh workflows only on e/e (#49521)

This commit is contained in:
Felix Rieseberg
2026-01-26 11:35:11 -08:00
committed by GitHub
parent b847299f19
commit ae43f17b79
12 changed files with 16 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ permissions: {}
jobs:
stale:
if: github.repository == 'electron/electron'
runs-on: ubuntu-latest
permissions: {}
steps:
@@ -33,7 +34,7 @@ jobs:
pending-repro:
runs-on: ubuntu-latest
permissions: {}
if: ${{ always() }}
if: ${{ always() && github.repository == 'electron/electron' }}
needs: stale
steps:
- name: Generate GitHub App token