comment out middle steps

This commit is contained in:
David Refoua 2022-10-15 01:21:17 +03:30 committed by GitHub
parent 1b7d804701
commit db44218d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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