Skip to content

Commit

Permalink
chore: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Dec 12, 2024
1 parent e230941 commit 6fbdc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
run: |
echo "This should run only if it's a pull request and the variant is not 'debug'."
- name: Rename mapping file
if: github.event.pull_request.number != '' && ${{ inputs.build-variant }} != 'debug'
if: ${{ github.event.pull_request.number != '' && inputs.build-variant != 'debug' }}
shell: bash
id: mapping
run: |
Expand Down

0 comments on commit 6fbdc04

Please sign in to comment.