mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 23:07:28 +08:00
[F] AquaMai upload task shouldn't run on PR builds
This commit is contained in:
2
.github/workflows/aquamai.yaml
vendored
2
.github/workflows/aquamai.yaml
vendored
@@ -55,7 +55,7 @@ jobs:
|
|||||||
path: AquaMai\Output\Upload
|
path: AquaMai\Output\Upload
|
||||||
|
|
||||||
- name: Send to Telegram
|
- name: Send to Telegram
|
||||||
if: github.ref_name == 'v1-dev'
|
if: github.event_name != 'pull_request_target'
|
||||||
run: |
|
run: |
|
||||||
$Uri = "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMediaGroup"
|
$Uri = "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMediaGroup"
|
||||||
$Form = @{
|
$Form = @{
|
||||||
|
|||||||
Reference in New Issue
Block a user