Skip to content

Commit

Permalink
Fix/e2e regression tests 2 (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent e8922f8 commit 81c0225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: env
run: |
pr="${{github.event.workflow_run.pull_requests[0].number}}"
if [[pr]]; then
if [[ $pr ]]; then
target="$pr"
environment="dev"
else
Expand Down

0 comments on commit 81c0225

Please sign in to comment.