Skip to content

Commit f2e83e2

Browse files
anishasthanaopenshift-merge-robot
authored andcommitted
Remove bundle validation action
Signed-off-by: Anish Asthana <[email protected]>
1 parent a754168 commit f2e83e2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/precommit.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,3 @@ jobs:
3131

3232
- name: Run pre-commit checks
3333
run: pre-commit run --all-files
34-
35-
validate-bundle:
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/checkout@v2
39-
- uses: dorny/paths-filter@v2
40-
name: check bundle changes
41-
id: filter
42-
with:
43-
filters: |
44-
bundle-changed:
45-
- 'bundle/**'
46-
- if: steps.filter.outputs.bundle-changed == 'true'
47-
run: |
48-
make validate-bundle

0 commit comments

Comments
 (0)