Skip to content

Commit

Permalink
Revert "test verify on branch"
Browse files Browse the repository at this point in the history
This reverts commit 0a7cf08.
  • Loading branch information
elchead committed Oct 16, 2023
1 parent 01bb3f6 commit 7916f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e_verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ runs:
done
- name: Login to AWS
if: inputs.cloudProvider == 'azure'
if: github.ref_name == 'main' && inputs.cloudProvider == 'azure'
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
with:
role-to-assume: arn:aws:iam::795746500882:role/GitHubConstellationImagePipeline
aws-region: eu-central-1

- name: Upload extracted TCBs
if: inputs.cloudProvider == 'azure'
if: github.ref_name == 'main' && inputs.cloudProvider == 'azure'
shell: bash
env:
COSIGN_PASSWORD: ${{ inputs.cosignPassword }}
Expand Down

0 comments on commit 7916f57

Please sign in to comment.