Skip to content

Commit 3e3e035

Browse files
authored
Update container integration tests workflow
Removed force_run input from workflow dispatch.
1 parent 171112c commit 3e3e035

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/container_integration_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ name: Container Integration Tests Workflow
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
force_run:
7-
description: 'Force run even if ENABLE_DOCKER_TESTS is false'
8-
required: false
9-
type: boolean
10-
default: false
5+
116
push:
127
branches:
138
- develop

0 commit comments

Comments
 (0)