diff --git a/.github/workflows/deploy-sandbox.yaml b/.github/workflows/deploy-sandbox.yaml index 0226abaa6..08f03dbe9 100644 --- a/.github/workflows/deploy-sandbox.yaml +++ b/.github/workflows/deploy-sandbox.yaml @@ -17,7 +17,7 @@ jobs: || startsWith(github.head_ref, 'ab/') || startsWith(github.head_ref, 'bl/') || startsWith(github.head_ref, 'rjm/') - || startsWith(github.head_ref, 'ko/') + || startsWith(github.head_ref, 'ko/') outputs: environment: ${{ steps.var.outputs.environment}} runs-on: "ubuntu-latest"