From 23b03da7144a54225dbd7597a68d86fb19af86cb Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Wed, 29 Oct 2025 11:48:32 +0700 Subject: [PATCH] chore: deprecate webhook discord --- .../workflows/jan-tauri-build-nightly.yaml | 108 +++++++++--------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/jan-tauri-build-nightly.yaml b/.github/workflows/jan-tauri-build-nightly.yaml index 7949c0723..667308ae5 100644 --- a/.github/workflows/jan-tauri-build-nightly.yaml +++ b/.github/workflows/jan-tauri-build-nightly.yaml @@ -168,62 +168,62 @@ jobs: AWS_DEFAULT_REGION: ${{ secrets.DELTA_AWS_REGION }} AWS_EC2_METADATA_DISABLED: 'true' - noti-discord-nightly-and-update-url-readme: - needs: - [ - build-macos, - build-windows-x64, - build-linux-x64, - get-update-version, - set-public-provider, - sync-temp-to-latest, - ] - secrets: inherit - if: github.event_name == 'schedule' - uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml - with: - ref: refs/heads/dev - build_reason: Nightly - push_to_branch: dev - new_version: ${{ needs.get-update-version.outputs.new_version }} + # noti-discord-nightly-and-update-url-readme: + # needs: + # [ + # build-macos, + # build-windows-x64, + # build-linux-x64, + # get-update-version, + # set-public-provider, + # sync-temp-to-latest, + # ] + # secrets: inherit + # if: github.event_name == 'schedule' + # uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml + # with: + # ref: refs/heads/dev + # build_reason: Nightly + # push_to_branch: dev + # new_version: ${{ needs.get-update-version.outputs.new_version }} - noti-discord-pre-release-and-update-url-readme: - needs: - [ - build-macos, - build-windows-x64, - build-linux-x64, - get-update-version, - set-public-provider, - sync-temp-to-latest, - ] - secrets: inherit - if: github.event_name == 'push' - uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml - with: - ref: refs/heads/dev - build_reason: Pre-release - push_to_branch: dev - new_version: ${{ needs.get-update-version.outputs.new_version }} + # noti-discord-pre-release-and-update-url-readme: + # needs: + # [ + # build-macos, + # build-windows-x64, + # build-linux-x64, + # get-update-version, + # set-public-provider, + # sync-temp-to-latest, + # ] + # secrets: inherit + # if: github.event_name == 'push' + # uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml + # with: + # ref: refs/heads/dev + # build_reason: Pre-release + # push_to_branch: dev + # new_version: ${{ needs.get-update-version.outputs.new_version }} - noti-discord-manual-and-update-url-readme: - needs: - [ - build-macos, - build-windows-x64, - build-linux-x64, - get-update-version, - set-public-provider, - sync-temp-to-latest, - ] - secrets: inherit - if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'aws-s3' - uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml - with: - ref: refs/heads/dev - build_reason: Manual - push_to_branch: dev - new_version: ${{ needs.get-update-version.outputs.new_version }} + # noti-discord-manual-and-update-url-readme: + # needs: + # [ + # build-macos, + # build-windows-x64, + # build-linux-x64, + # get-update-version, + # set-public-provider, + # sync-temp-to-latest, + # ] + # secrets: inherit + # if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'aws-s3' + # uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml + # with: + # ref: refs/heads/dev + # build_reason: Manual + # push_to_branch: dev + # new_version: ${{ needs.get-update-version.outputs.new_version }} comment-pr-build-url: needs: