Merge branch 'main' into decomp_march_2026

This commit is contained in:
AnonymousRandomPerson
2026-04-11 01:06:56 -04:00
committed by GitHub

View File

@@ -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"