Skip to content

Commit c17a0ec

Browse files
committed
removing tests
1 parent b6dd635 commit c17a0ec

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ on:
2323
default: false
2424

2525
jobs:
26-
test:
27-
name: Run tests
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: Run tests
31-
if: ${{ github.event.inputs.skip-tests == 'false' }}
32-
uses: ./.github/workflows/dev.yml
33-
- name: Skip tests
34-
if: ${{ github.event.inputs.skip-tests == 'true' }}
35-
run: echo "Skipping tests"
36-
3726
bump:
3827
name: Bump version
3928
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)