Skip to content

Commit

Permalink
πŸ› back to 'always()'
Browse files Browse the repository at this point in the history
Reading the documentation always seems ok.
The actions inside just decide whether we should run or not.
  • Loading branch information
vokimon committed May 21, 2024
1 parent d69674e commit 656f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Notify
uses: Som-Energia/ghactions-notify@main
if: ${{ !cancelled() }}
if: always()
with:
webhook: ${{ secrets.WEBHOOK_ALERTES_WEBAPPS }}

Expand Down

0 comments on commit 656f287

Please sign in to comment.