Skip to content

Commit bdff08b

Browse files
authored
Add check for repository owner to build step in pipeline (#515)
1 parent d94d315 commit bdff08b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
build:
2626
name: 'Build'
2727
runs-on: ubuntu-latest
28+
if: github.repository_owner == 'rockcarver'
2829
steps:
2930
- name: Checkout repository
3031
uses: actions/checkout@v4

0 commit comments

Comments
 (0)