Merge pull request #5471 from mathstuf/actions-only-on-main-repo

ci: only run `lock` and `regress` workflows on the main repo
This commit is contained in:
Nicholas Marriott
2026-08-06 15:44:32 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ concurrency:
jobs:
action:
runs-on: ubuntu-latest
if: github.repository == 'tmux/tmux'
steps:
- uses: dessant/lock-threads@v6
with:

View File

@@ -16,6 +16,7 @@ jobs:
regress:
name: ${{ matrix.name }}
runs-on: ${{ matrix.runner }}
if: github.repository == 'tmux/tmux'
timeout-minutes: 45
strategy: