trigger ci
This commit is contained in:
parent
1ee81a507b
commit
5f3a1bdbd1
2 changed files with 12 additions and 12 deletions
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
|
@ -771,7 +771,7 @@ jobs:
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
name: Create a Windows installer
|
name: Create a Windows installer
|
||||||
runs-on: [self-hosted, Windows, X64]
|
runs-on: [self-hosted, Windows, X64]
|
||||||
if: false && (startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-bundling'))
|
if: true && (startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-bundling'))
|
||||||
needs: [windows_tests]
|
needs: [windows_tests]
|
||||||
env:
|
env:
|
||||||
AZURE_TENANT_ID: ${{ secrets.AZURE_SIGNING_TENANT_ID }}
|
AZURE_TENANT_ID: ${{ secrets.AZURE_SIGNING_TENANT_ID }}
|
||||||
|
@ -807,16 +807,16 @@ jobs:
|
||||||
name: ZedEditorUserSetup-x64-${{ github.event.pull_request.head.sha || github.sha }}.exe
|
name: ZedEditorUserSetup-x64-${{ github.event.pull_request.head.sha || github.sha }}.exe
|
||||||
path: ${{ env.SETUP_PATH }}
|
path: ${{ env.SETUP_PATH }}
|
||||||
|
|
||||||
- name: Upload Artifacts to release
|
# - name: Upload Artifacts to release
|
||||||
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
# uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
||||||
# Re-enable when we are ready to publish windows preview releases
|
# # Re-enable when we are ready to publish windows preview releases
|
||||||
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'run-bundling')) && env.RELEASE_CHANNEL == 'preview' }} # upload only preview
|
# if: ${{ !(contains(github.event.pull_request.labels.*.name, 'run-bundling')) && env.RELEASE_CHANNEL == 'preview' }} # upload only preview
|
||||||
with:
|
# with:
|
||||||
draft: true
|
# draft: true
|
||||||
prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
# prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
||||||
files: ${{ env.SETUP_PATH }}
|
# files: ${{ env.SETUP_PATH }}
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
auto-release-preview:
|
auto-release-preview:
|
||||||
name: Auto release preview
|
name: Auto release preview
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
dev
|
nightly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue