Skip to content

Commit 98c829a

Browse files
committed
fix(workflow): enable tekton test and integration test on every PR
Signed-off-by: Vimal Kumar <[email protected]>
1 parent 628db50 commit 98c829a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ env:
3535

3636
jobs:
3737
run-integration:
38-
if: ${{ (inputs.base_change != 'true') || ( (inputs.base_change == 'true') && (inputs.docker_secret == 'true') ) }}
3938
runs-on: ubuntu-20.04
4039
steps:
4140
- name: use Kepler action to deploy cluster

.github/workflows/tekton-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ env:
4242

4343
jobs:
4444
tekton-test:
45-
if: ${{ (inputs.base_change != 'true') || ( (inputs.base_change == 'true') && (inputs.docker_secret == 'true') ) }}
4645
runs-on: ubuntu-latest
4746
steps:
4847
- name: checkout

0 commit comments

Comments
 (0)