ci: add repo guard to merge-forward workflow to prevent conflicts on forks

This commit is contained in:
gavrielc
2026-03-10 00:53:33 +02:00
parent 8564937d93
commit e6ea914ef1

View File

@@ -10,6 +10,7 @@ permissions:
jobs: jobs:
merge-forward: merge-forward:
if: github.repository == 'qwibitai/nanoclaw'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4