commit | 5ebef6a6e1343d9a9715ec932dc2b1e360c2b518 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Aug 30 03:15:17 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Aug 30 03:15:17 2022 -0400 |
tree | fe95a214a2c3584d46bfa98f9bcf3a057319ca99 | |
parent | 81d183d44f6fa267cff216f7fa46ea1f5e2a3394 [diff] |
Skip promote job
diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 2955624..28db1a0 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml
@@ -15,6 +15,7 @@ strategy: ${{ steps.set-strategy.outputs.strategy }} promote-openstack-images: + if: needs.build-image-strategy.outputs.strategy != '{}' runs-on: ubuntu-latest needs: - build-image-strategy