Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:

# Send notification to Slack channel if job fails:
- name: 'Send status to Slack channel in case of failure'
continue-on-error: true
# Pin action to full length commit SHA
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:

# Send notification to Slack channel if job fails:
- name: 'Send status to Slack channel in case of failure'
continue-on-error: true
# Pin action to full length commit SHA
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
Expand Down Expand Up @@ -178,6 +180,7 @@ jobs:

# Send notification to Slack channel if job fails:
- name: 'Send status to Slack channel in case of failure'
continue-on-error: true
# Pin action to full length commit SHA
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
Expand Down