Skip to content

Commit 0fab2d5

Browse files
Disable publishing to MyGet (#3369)
Avoid workflow failures until #3368 is resolved.
1 parent 4c0b287 commit 0fab2d5

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,13 @@ jobs:
163163
publish-myget:
164164
needs: [ build, validate-packages ]
165165
runs-on: ubuntu-latest
166-
if: |
167-
github.event.repository.fork == false &&
168-
(github.ref_name == github.event.repository.default_branch ||
169-
github.head_ref == 'dotnet-vnext' ||
170-
startsWith(github.ref, 'refs/tags/v'))
166+
if: false
167+
# HACK Disabled until https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3368 is resolved
168+
#if: |
169+
# github.event.repository.fork == false &&
170+
# (github.ref_name == github.event.repository.default_branch ||
171+
# github.head_ref == 'dotnet-vnext' ||
172+
# startsWith(github.ref, 'refs/tags/v'))
171173

172174
environment:
173175
name: MyGet.org

0 commit comments

Comments
 (0)