Skip to content

Commit

Permalink
ci(ct-base): limit base image build to IQSS upstream
Browse files Browse the repository at this point in the history
Avoids unnecessary tries to push things when people develop in their
forked repos.
  • Loading branch information
poikilotherm committed Aug 30, 2022
1 parent 58407eb commit b449150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
strategy:
matrix:
jdk: [ '11' ]
if: ${{ github.repository_owner == 'IQSS' }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit b449150

Please sign in to comment.