Skip to content

Commit eff7cd2

Browse files
authored
hot fix: skip check-tag for now (#1163)
1 parent 83d4cf4 commit eff7cd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
contents: write
118118
pull-requests: write
119119
needs:
120-
- check-tag
120+
#- check-tag
121121
- determine-run-id
122122
secrets: inherit
123123
uses: ./.github/workflows/build-docs.yml
@@ -133,7 +133,7 @@ jobs:
133133
permissions:
134134
contents: write
135135
needs:
136-
- check-tag
136+
#- check-tag
137137
- determine-run-id
138138
secrets: inherit
139139
uses: ./.github/workflows/release-upload.yml
@@ -146,7 +146,7 @@ jobs:
146146
name: Publish wheels
147147
runs-on: ubuntu-latest
148148
needs:
149-
- check-tag
149+
#- check-tag
150150
- determine-run-id
151151
environment:
152152
name: ${{ inputs.wheel-dst }}

0 commit comments

Comments
 (0)