commit | 81d183d44f6fa267cff216f7fa46ea1f5e2a3394 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Aug 30 03:14:11 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Aug 30 03:14:11 2022 -0400 |
tree | 2202837cbacd7d43c6e85fb2548d99963b221dcf | |
parent | 870332bd998a96662a0e3afd4227c7e9c4498760 [diff] [blame] |
Avoid running promotion jobs unnecessarily
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2408ec..e831222 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ steps: - uses: actions/checkout@v3.0.2 - id: set-strategy - run: echo "::set-output name=strategy::$(./ci/build-image-strategy)" + run: echo "::set-output name=strategy::$(./ci/build-image-strategy build)" outputs: strategy: ${{ steps.set-strategy.outputs.strategy }}