Skip to content

Commit c6e3d75

Browse files
committed
remove github verification for now
1 parent dd3f1b4 commit c6e3d75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,18 @@ jobs:
1919
permissions:
2020
contents: read
2121
actions: write
22-
if: ${{ github.event.ref.verification.verified }}
2322
uses: ./.github/workflows/lint.yml
2423
secrets: inherit
2524

2625
test:
2726
permissions:
2827
contents: read
2928
actions: write
30-
if: ${{ github.event.ref.verification.verified }}
3129
uses: ./.github/workflows/test.yml
3230
secrets: inherit
3331

3432
build:
3533
name: Build Package
36-
if: ${{ github.event.ref.verification.verified }}
3734
runs-on: ubuntu-latest
3835
permissions:
3936
contents: read

0 commit comments

Comments
 (0)