Skip to content

Commit 6aad919

Browse files
baijumclaude
andcommitted
ci: skip deploy job on template repo
Forks still run deploy and fail visibly if secrets are missing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1790919 commit 6aad919

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
2828
deploy:
2929
needs: test
30+
if: github.repository != 'towlion/app-template'
3031
runs-on: ubuntu-latest
3132
steps:
3233
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)