We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e1b67 commit fe8cb1fCopy full SHA for fe8cb1f
.github/workflows/helm.test.yml
@@ -29,7 +29,7 @@ permissions:
29
jobs:
30
test-aws:
31
name: AWS E2E Tests
32
- if: inputs.provider == 'all' || inputs.provider == 'aws'
+ # if: inputs.provider == 'all' || inputs.provider == 'aws'
33
runs-on: self-hosted
34
steps:
35
- uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
57
58
test-azure:
59
name: Azure E2E Tests
60
- if: inputs.provider == 'all' || inputs.provider == 'azure'
+ # if: inputs.provider == 'all' || inputs.provider == 'azure'
61
62
63
0 commit comments