Limit build execution (#1723)

This commit is contained in:
Lu Fei
2024-01-29 12:05:30 +08:00
committed by GitHub
parent f3a5336c1a
commit bda7541682

View File

@@ -30,7 +30,7 @@ jobs:
build:
name: Typecho Build
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'skip ci') && github.event_name != 'pull_request' }}
if: ${{ !contains(github.event.head_commit.message, 'skip ci') && github.event_name != 'pull_request' && github.repository == 'typecho/typecho' }}
needs:
- php
steps: