Skip to content

Commit 1f44052

Browse files
committed
Minor additional adjustment
1 parent 05bc245 commit 1f44052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ env:
8080

8181
jobs:
8282
wait-for-deployment:
83-
if: github.event_name != 'workflow_dispatch'
8483
permissions:
8584
contents: read
8685
runs-on: ubuntu-latest
8786
environment: ${{ inputs.apigee_environment }}
8887
steps:
8988
- name: Wait for API to be available
89+
if: github.event_name != 'workflow_dispatch'
9090
run: |
9191
endpoint=""
9292
if [[ ${APIGEE_ENVIRONMENT} =~ "prod" ]]; then

0 commit comments

Comments
 (0)