Merge pull request #1370 from shawnyeager/fix/ci-fork-guards

fix: skip bump-version and update-tokens on forks
This commit is contained in:
gavrielc
2026-03-25 23:10:22 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ on:
jobs:
bump-version:
if: github.repository == 'qwibitai/nanoclaw'
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1

View File

@@ -8,6 +8,7 @@ on:
jobs:
update-tokens:
if: github.repository == 'qwibitai/nanoclaw'
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1