Skip to content

Commit

Permalink
Merge pull request #477 from vimalk78/enable-tekton-tests
Browse files Browse the repository at this point in the history
fix(workflow): enable tekton test and integration test on every PR
  • Loading branch information
sthaha authored Oct 21, 2024
2 parents 3967d36 + 0a31c0c commit 0f26ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tekton-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ env:

jobs:
tekton-test:
if: ${{ (inputs.base_change != 'true') || ( (inputs.base_change == 'true') && (inputs.docker_secret == 'true') ) }}
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 0f26ed9

Please sign in to comment.