Skip to content

Commit

Permalink
no need for if
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Oct 3, 2023
1 parent 213ac8a commit 420b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
run_against_image: true
tag: ${{ needs.create_tags.outputs.version_tag }}
smoke: if contains(fromJSON('["MLPAB-1419-use-a-single-persistent-environment-for-weblate-changes-optimise-workflow", "weblate-pr"]'), github.head_ref)
smoke: contains(fromJSON('["MLPAB-1419-use-a-single-persistent-environment-for-weblate-changes-optimise-workflow", "weblate-pr"]'), github.head_ref)
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}
Expand Down

0 comments on commit 420b134

Please sign in to comment.