Skip to content

Commit

Permalink
fix(INFRA-3585): pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetguptadev committed Mar 8, 2024
1 parent 10433db commit 20d019e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-public-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Set whether to skip ami creation in packer
run: |
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
echo "Setting SKIP_CREATE_AMI to False"
echo "SKIP_CREATE_AMI=False" >> $GITHUB_ENV
echo "Setting SKIP_CREATE_AMI to false"
echo "SKIP_CREATE_AMI=false" >> $GITHUB_ENV
fi
- name: Configure AWS credentials
Expand Down

0 comments on commit 20d019e

Please sign in to comment.