mirror of
https://github.com/pret/pmd-sky.git
synced 2026-05-19 18:18:04 -05:00
Merge branch 'main' into decomp_march_2026
This commit is contained in:
commit
6da61b01a3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
run: make -j${nproc}
|
||||
|
||||
- name: Webhook
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
if: ${{ github.event_name == 'push' && env.CALCROM_WEBHOOK_URL != '' }}
|
||||
run: |
|
||||
sudo chmod 755 $GITHUB_WORKSPACE/.github/calcrom/webhook.sh
|
||||
$GITHUB_WORKSPACE/.github/calcrom/webhook.sh pmdsky "$CALCROM_WEBHOOK_URL"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user