Skip to content

Commit 05bc245

Browse files
committed
Minor adjustment for manual dispatches
1 parent 7f354d5 commit 05bc245

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ env:
8080

8181
jobs:
8282
wait-for-deployment:
83+
if: github.event_name != 'workflow_dispatch'
8384
permissions:
8485
contents: read
8586
runs-on: ubuntu-latest

tests/e2e_automation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-include .env
22

33
cmd = poetry run pytest
4-
# Add sandbox, add to README
4+
55
test:
66
$(cmd)
77

0 commit comments

Comments
 (0)