Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
258f22e0
Unverified
Commit
258f22e0
authored
May 18, 2023
by
Zach Pomerantz
Committed by
GitHub
May 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: continue-on-error for slack notifications (#6600)
parent
38b306a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
2-deploy-to-staging.yml
.github/workflows/2-deploy-to-staging.yml
+2
-0
4-deploy-to-prod.yml
.github/workflows/4-deploy-to-prod.yml
+2
-0
No files found.
.github/workflows/2-deploy-to-staging.yml
View file @
258f22e0
...
@@ -12,6 +12,7 @@ jobs:
...
@@ -12,6 +12,7 @@ jobs:
steps
:
steps
:
-
name
:
Send Slack message that deploy is starting
-
name
:
Send Slack message that deploy is starting
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error
:
true
with
:
with
:
payload
:
|
payload
:
|
{
{
...
@@ -43,6 +44,7 @@ jobs:
...
@@ -43,6 +44,7 @@ jobs:
branch
:
main
branch
:
main
-
name
:
Send Slack message about deployment outcome
-
name
:
Send Slack message about deployment outcome
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error
:
true
if
:
always()
if
:
always()
with
:
with
:
payload
:
|
payload
:
|
...
...
.github/workflows/4-deploy-to-prod.yml
View file @
258f22e0
...
@@ -12,6 +12,7 @@ jobs:
...
@@ -12,6 +12,7 @@ jobs:
steps
:
steps
:
-
name
:
Send Slack message that build is starting
-
name
:
Send Slack message that build is starting
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error
:
true
with
:
with
:
payload
:
|
payload
:
|
{
{
...
@@ -92,6 +93,7 @@ jobs:
...
@@ -92,6 +93,7 @@ jobs:
-
name
:
Send Slack message about deployment outcome
-
name
:
Send Slack message about deployment outcome
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
continue-on-error
:
true
if
:
always()
if
:
always()
with
:
with
:
payload
:
|
payload
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment