Skip to content

Workflow file for this run

run-name: main
on:
push: # TODO: workflow_run
branches:
- main
- 'github-actions'
jobs:
if_error_or_failure:
runs-on: ubuntu-latest
steps:
- name: message result in slack
id: slack
uses: slackapi/[email protected]
with:
channel-id: 'test-automation'
slack-message: "GitHub build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"