mirror of
https://github.com/typecho/typecho.git
synced 2025-01-16 12:09:41 +01:00
Limit build execution (#1723)
This commit is contained in:
parent
f3a5336c1a
commit
bda7541682
2
.github/workflows/Typecho-dev-Ci.yml
vendored
2
.github/workflows/Typecho-dev-Ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user