Skip to content

Commit eee9151

Browse files
condition to GH Action on containers (#14)
1 parent 7b7da68 commit eee9151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
container-images:
3434
name: Container Images
35-
if: github.event_name != 'pull_request'
35+
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'project-openubl' }}
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)