mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
🎨 Skip Docker image build workflow for forked repositories (#16921)
This commit is contained in:
parent
b6483c56d3
commit
9209c0f0a1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dockerimage.yml
vendored
1
.github/workflows/dockerimage.yml
vendored
|
|
@ -22,6 +22,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.repository_owner == 'siyuan-note' }}
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue