Procházet zdrojové kódy

ci: remove conditional check for Telegram notification

TheWildJames před 8 měsíci
rodič
revize
30bde40cf6
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      .github/workflows/main.yml

+ 0 - 1
.github/workflows/main.yml

@@ -345,7 +345,6 @@ jobs:
         done
         done
           
           
     - name: Send Telegram Notification
     - name: Send Telegram Notification
-      if: inputs.release_type != 'Actions'
       run: |
       run: |
         RELEASE_TYPE_TEXT=""
         RELEASE_TYPE_TEXT=""
         if [ "${{ inputs.release_type }}" == "Pre-Release" ]; then
         if [ "${{ inputs.release_type }}" == "Pre-Release" ]; then