Skip to content

Commit

Permalink
Limit build execution (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jan 29, 2024
1 parent f3a5336 commit bda7541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Typecho-dev-Ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit bda7541

Please sign in to comment.