Skip to content

Commit

Permalink
remove block
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed May 9, 2024
1 parent d0f7c6a commit d14beeb
Showing 1 changed file with 8 additions and 35 deletions.
43 changes: 8 additions & 35 deletions .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# run: python ./__main__.py --report-type test-run-counts --project fenix --start-date 2021-08-15 --end-date 2021-10-01

- name: Update DB - test coverage
run: python ./__main__.py --report-type test-case-coverage --project ALL
#run: python ./__main__.py --report-type test-case-coverage --project ALL
#run: python ./__main__.py --report-type test-case-coverage --project fenix
- name: Send custom JSON data to Slack workflow
if: always()
Expand All @@ -56,40 +56,13 @@ jobs:
with:
payload: |
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": ":looker: Looker Github Action :github: - Weekly Update",
"emoji": true
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "plain_text",
"text": "Status: \n Commit:",
"emoji": true
}
},
{
"type": "divider"
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": ":testops-notify: created by <www.go.com|Mobile Test Engineering>"
}
]
}
]
}
"type": "header",
"text": {
"type": "plain_text",
"text": ":looker: Looker Github Action :github: - Weekly Update",
"emoji": true
}
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand Down

0 comments on commit d14beeb

Please sign in to comment.