chore: merge develop → main (maintenance window 2026-06-28) #7

Merged
hiveiq merged 12 commits from develop into main 2026-06-28 07:25:43 -04:00
Showing only changes of commit 69eb86ea51 - Show all commits
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
docker push ${{ secrets.REGISTRY_URL }}/hiveiq-aria:${SHORT_SHA}
- name: Notify Slack
if: always() && github.ref_name == \'main\'
if: always() && github.ref_name == 'main'
run: |
STATUS="${{ job.status }}"
[ "$STATUS" = "success" ] && COLOR="good" || COLOR="danger"