We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5716a80 commit 6ef3765Copy full SHA for 6ef3765
.github/workflows/CI.yml
@@ -75,6 +75,7 @@ jobs:
75
if: matrix.runner-os == 'ubuntu-latest'
76
77
integration-test:
78
+ if: false
79
strategy:
80
matrix:
81
runner-os: [windows-latest, ubuntu-latest, macos-latest]
@@ -178,7 +179,7 @@ jobs:
178
179
publish:
180
runs-on: ubuntu-latest
181
if: startsWith(github.ref, 'refs/tags/v')
- needs: [ build, integration-test ]
182
+ needs: [ build ]
183
environment: PUBLISH_RELEASE
184
185
steps:
@@ -237,4 +238,4 @@ jobs:
237
238
with:
239
commit_message: Automated commit of archived release notes [skip ci]
240
file_pattern: RELEASENOTES.md releasenotes/*.md
- branch: main
241
+ branch: main
0 commit comments