Skip to content

Add article: Built Cloud-Native from Day One #9

Add article: Built Cloud-Native from Day One

Add article: Built Cloud-Native from Day One #9

name: Pull request

Check failure on line 1 in .github/workflows/pull_request_opend.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request_opend.yaml

Invalid workflow file

(Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
on:
pull_request:
types:
- opened
jobs:
notify_mattermost:
name: Notify Mattermost
permissions:
contents: read
statuses: read
actions: read
repository-projects: read
needs:
- e2etest
if: always()
uses: uitsmijter/workflows/.github/workflows/pullrequest-mattermost.yaml@main
secrets:
WEBHOOK: ${{ secrets.MATTERMOST_WEBHOOK_BUILD }}