ci: add repo guard to merge-forward workflow to prevent conflicts on forks
This commit is contained in:
1
.github/workflows/merge-forward-skills.yml
vendored
1
.github/workflows/merge-forward-skills.yml
vendored
@@ -10,6 +10,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
merge-forward:
|
||||
if: github.repository == 'qwibitai/nanoclaw'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user