forked from Cookies_Github_mirror/AquaDX
[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
|
||||
|
||||
- name: Send to Telegram
|
||||
if: github.ref_name == 'v1-dev'
|
||||
if: github.event_name != 'pull_request_target'
|
||||
run: |
|
||||
$Uri = "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMediaGroup"
|
||||
$Form = @{
|
||||
|
||||
Reference in New Issue
Block a user