diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 549181c3f..af9c2b171 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -143,7 +143,7 @@ jobs: environment: name: continuum - if: ${{ github.event.inputs.runtime == 'pioneer' }} + if: ${{ github.event.inputs.runtime == 'continuum' }} steps: - name: Checkout code uses: actions/checkout@v2