We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0e294 commit e645b87Copy full SHA for e645b87
.github/workflows/tf-acc-test.yaml
@@ -4,6 +4,13 @@ on:
4
push:
5
branches: ["main"]
6
workflow_dispatch:
7
+ all:
8
+ type: boolean
9
+ description: "Run ACC tests for all services"
10
+ loadbalancer:
11
12
+ iaas:
13
14
15
jobs:
16
main:
@@ -27,6 +34,7 @@ jobs:
27
34
organization-id: "d83100e9-9be4-45ad-b874-28166786ec0c"
28
35
parent-container-id: "developer-tools-test-DueErq1"
29
36
parent-uuid: "d83100e9-9be4-45ad-b874-28166786ec0c"
37
+ if: ${{ github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (github.event.inputs[matrix.service] || github.event.inputs.all)) }}
30
38
steps:
31
39
- name: Checkout
32
40
uses: actions/checkout@v4
0 commit comments