Skip to content

Commit

Permalink
test(ct): let's skip the build for anything but our feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 11, 2024
1 parent be5b9c9 commit 6a5a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
branch: ${{ fromJson(needs.discover.outputs.branches) }}
# Only run in upstream repo - avoid unnecessary runs in forks
if: ${{ github.repository_owner == 'IQSS' }}
if: ${{ github.repository_owner == 'IQSS' && matrix.branch == '10478-version-base-img' }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 6a5a7fb

Please sign in to comment.