Skip to content

Commit 1d2a6ac

Browse files
chore: remove unused ci step (#154)
1 parent 7bc6b21 commit 1d2a6ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ on:
2323
- create-qwik-nx
2424

2525
jobs:
26-
validate:
27-
runs-on: ubuntu-latest
28-
steps:
29-
- run: |
30-
[[ "${{ inputs.type }}" ]] || { echo "inputs.type input is empty" ; exit 1; }
31-
shell: bash
32-
3326
test:
3427
runs-on: ubuntu-latest
3528

0 commit comments

Comments
 (0)