Skip to content

Commit e531eaa

Browse files
authored
Merge pull request #6836 from janhq/chore/deprecate-webhook-discord
chore: deprecate webhook discord
2 parents 653ecdb + 23b03da commit e531eaa

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

.github/workflows/jan-tauri-build-nightly.yaml

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -168,62 +168,62 @@ jobs:
168168
AWS_DEFAULT_REGION: ${{ secrets.DELTA_AWS_REGION }}
169169
AWS_EC2_METADATA_DISABLED: 'true'
170170

171-
noti-discord-nightly-and-update-url-readme:
172-
needs:
173-
[
174-
build-macos,
175-
build-windows-x64,
176-
build-linux-x64,
177-
get-update-version,
178-
set-public-provider,
179-
sync-temp-to-latest,
180-
]
181-
secrets: inherit
182-
if: github.event_name == 'schedule'
183-
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
184-
with:
185-
ref: refs/heads/dev
186-
build_reason: Nightly
187-
push_to_branch: dev
188-
new_version: ${{ needs.get-update-version.outputs.new_version }}
171+
# noti-discord-nightly-and-update-url-readme:
172+
# needs:
173+
# [
174+
# build-macos,
175+
# build-windows-x64,
176+
# build-linux-x64,
177+
# get-update-version,
178+
# set-public-provider,
179+
# sync-temp-to-latest,
180+
# ]
181+
# secrets: inherit
182+
# if: github.event_name == 'schedule'
183+
# uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
184+
# with:
185+
# ref: refs/heads/dev
186+
# build_reason: Nightly
187+
# push_to_branch: dev
188+
# new_version: ${{ needs.get-update-version.outputs.new_version }}
189189

190-
noti-discord-pre-release-and-update-url-readme:
191-
needs:
192-
[
193-
build-macos,
194-
build-windows-x64,
195-
build-linux-x64,
196-
get-update-version,
197-
set-public-provider,
198-
sync-temp-to-latest,
199-
]
200-
secrets: inherit
201-
if: github.event_name == 'push'
202-
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
203-
with:
204-
ref: refs/heads/dev
205-
build_reason: Pre-release
206-
push_to_branch: dev
207-
new_version: ${{ needs.get-update-version.outputs.new_version }}
190+
# noti-discord-pre-release-and-update-url-readme:
191+
# needs:
192+
# [
193+
# build-macos,
194+
# build-windows-x64,
195+
# build-linux-x64,
196+
# get-update-version,
197+
# set-public-provider,
198+
# sync-temp-to-latest,
199+
# ]
200+
# secrets: inherit
201+
# if: github.event_name == 'push'
202+
# uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
203+
# with:
204+
# ref: refs/heads/dev
205+
# build_reason: Pre-release
206+
# push_to_branch: dev
207+
# new_version: ${{ needs.get-update-version.outputs.new_version }}
208208

209-
noti-discord-manual-and-update-url-readme:
210-
needs:
211-
[
212-
build-macos,
213-
build-windows-x64,
214-
build-linux-x64,
215-
get-update-version,
216-
set-public-provider,
217-
sync-temp-to-latest,
218-
]
219-
secrets: inherit
220-
if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'aws-s3'
221-
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
222-
with:
223-
ref: refs/heads/dev
224-
build_reason: Manual
225-
push_to_branch: dev
226-
new_version: ${{ needs.get-update-version.outputs.new_version }}
209+
# noti-discord-manual-and-update-url-readme:
210+
# needs:
211+
# [
212+
# build-macos,
213+
# build-windows-x64,
214+
# build-linux-x64,
215+
# get-update-version,
216+
# set-public-provider,
217+
# sync-temp-to-latest,
218+
# ]
219+
# secrets: inherit
220+
# if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'aws-s3'
221+
# uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
222+
# with:
223+
# ref: refs/heads/dev
224+
# build_reason: Manual
225+
# push_to_branch: dev
226+
# new_version: ${{ needs.get-update-version.outputs.new_version }}
227227

228228
comment-pr-build-url:
229229
needs:

0 commit comments

Comments
 (0)