Skip to content

Commit 2167083

Browse files
committed
fix: add conditional check for repository owner in publish job
1 parent 6ad4ac2 commit 2167083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
publish:
1010
name: Publish
1111
runs-on: ubuntu-latest
12+
if: github.repository_owner == 'playcanvas'
1213
steps:
1314
- name: Check out code
1415
uses: actions/checkout@v5

0 commit comments

Comments
 (0)