We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628db50 commit 98c829aCopy full SHA for 98c829a
.github/workflows/integration-test.yml
@@ -35,7 +35,6 @@ env:
35
36
jobs:
37
run-integration:
38
- if: ${{ (inputs.base_change != 'true') || ( (inputs.base_change == 'true') && (inputs.docker_secret == 'true') ) }}
39
runs-on: ubuntu-20.04
40
steps:
41
- name: use Kepler action to deploy cluster
.github/workflows/tekton-test.yml
@@ -42,7 +42,6 @@ env:
42
43
44
tekton-test:
45
46
runs-on: ubuntu-latest
47
48
- name: checkout
0 commit comments