mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
comment out middle steps
This commit is contained in:
parent
1b7d804701
commit
db44218d14
28
.github/workflows/build.yml
vendored
28
.github/workflows/build.yml
vendored
@ -52,12 +52,12 @@ jobs:
|
||||
#---------------------------------#
|
||||
# artifacts #
|
||||
#---------------------------------#
|
||||
upload:
|
||||
needs: build
|
||||
name: Upload Artifacts
|
||||
runs-on: windows-latest
|
||||
# upload:
|
||||
# needs: build
|
||||
# name: Upload Artifacts
|
||||
# runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
# steps:
|
||||
- name: Upload artifact (cmder.zip)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -86,14 +86,14 @@ jobs:
|
||||
#---------------------------------#
|
||||
# notifications #
|
||||
#---------------------------------#
|
||||
notification:
|
||||
runs-on: ubuntu-latest
|
||||
name: Send Gitter Notification
|
||||
needs: upload
|
||||
# notification:
|
||||
# runs-on: ubuntu-latest
|
||||
# name: Send Gitter Notification
|
||||
# needs: upload
|
||||
|
||||
steps:
|
||||
- uses: distributhor/workflow-webhook@v3
|
||||
with:
|
||||
webhook_url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625
|
||||
webhook_secret: d673abb1b2e659dcd625
|
||||
# steps:
|
||||
# - uses: distributhor/workflow-webhook@v3
|
||||
# with:
|
||||
# webhook_url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625
|
||||
# webhook_secret: d673abb1b2e659dcd625
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user