Skip to content

Commit

Permalink
fix e2e push-yamls semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Jan 19, 2024
1 parent 09a0b22 commit ecb4fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
type: string
description: 'Tag to use for images, skipping building'
required: false
push_yamls:
push-yamls:
type: boolean
description: 'If true, pushes a tarball containing the rendered yaml manifests as an artifact'
required: false
Expand Down Expand Up @@ -118,6 +118,7 @@ jobs:
IMG_AUTOSCALER_AGENT: ${{ needs.build-images.outputs.autoscaler-agent }}

- name: upload manifests
if: ${{ inputs.push-yamls }}
uses: actions/upload-artifact@v4
with:
name: rendered_manifests
Expand Down

0 comments on commit ecb4fda

Please sign in to comment.