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 # # artifacts #
#---------------------------------# #---------------------------------#
upload: # upload:
needs: build # needs: build
name: Upload Artifacts # name: Upload Artifacts
runs-on: windows-latest # runs-on: windows-latest
steps: # steps:
- name: Upload artifact (cmder.zip) - name: Upload artifact (cmder.zip)
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
@ -86,14 +86,14 @@ jobs:
#---------------------------------# #---------------------------------#
# notifications # # notifications #
#---------------------------------# #---------------------------------#
notification: # notification:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
name: Send Gitter Notification # name: Send Gitter Notification
needs: upload # needs: upload
steps: # steps:
- uses: distributhor/workflow-webhook@v3 # - uses: distributhor/workflow-webhook@v3
with: # with:
webhook_url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625 # webhook_url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625
webhook_secret: d673abb1b2e659dcd625 # webhook_secret: d673abb1b2e659dcd625