From 034d6d11207df4723d434bc409fc998fd6382706 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 8 Jun 2025 23:28:42 -0500 Subject: [PATCH] downgrade priority --- .gitea/workflows/release-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-image.yml b/.gitea/workflows/release-image.yml index 6b552dc..b1ff0aa 100644 --- a/.gitea/workflows/release-image.yml +++ b/.gitea/workflows/release-image.yml @@ -76,7 +76,7 @@ jobs: url: '${{ secrets.NTFY_URL }}' topic: '${{ secrets.NTFY_TOPIC }}' title: "Gitea Action" - priority: 4 + priority: 3 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,successfully,completed details: 'Site Profile build workflow has successfully completed!' @@ -89,7 +89,7 @@ jobs: url: '${{ secrets.NTFY_URL }}' topic: '${{ secrets.NTFY_TOPIC }}' title: "Gitea Action" - priority: 5 + priority: 4 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,failed details: 'Site Profile build workflow has failed!'