Skip to content

Commit

Permalink
Fix test pulp skip input
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Feb 7, 2024
1 parent 0c772ea commit 4fbbb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
-e kolla_base_distros_override="'$DISTROS'" \
-e sync_old_images="'$SYNC_OLD_IMAGES'" \
-e sync_new_images="'$SYNC_NEW_IMAGES'"
if: inputs.filter.skip_pulp == false
if: inputs.skip_pulp == false
env:
FILTER: ${{ github.event.inputs.filter }}
DISTROS: ${{ github.event.inputs.distros }}
Expand All @@ -81,7 +81,7 @@ jobs:
-e kolla_base_distros_override="'$DISTROS'" \
-e sync_old_images="'$SYNC_OLD_IMAGES'" \
-e sync_new_images="'$SYNC_NEW_IMAGES'"
if: inputs.filter.skip_pulp == false
if: inputs.skip_pulp == false
env:
FILTER: ${{ github.event.inputs.filter }}
DISTROS: ${{ github.event.inputs.distros }}
Expand Down

0 comments on commit 4fbbb48

Please sign in to comment.