chore: pipelines #94

Merged
marcel.henselin merged 6 commits from chore/pipelines into main 2026-03-25 12:32:29 +00:00
Showing only changes of commit 6e6e771631 - Show all commits

View file

@ -33,6 +33,7 @@ jobs:
- name: Notify
uses: ./.github/actions/notify
with:
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
title: Terraform Acceptance Tests started
event_title: ${{ github.event.type }}
event_author: ${{ github.event.actor.login }}
@ -73,6 +74,7 @@ jobs:
- name: Notify
uses: ./.github/actions/notify
with:
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
title: Terraform Acceptance Tests finished
event_title: ${{ github.event.type }}
event_author: ${{ github.event.actor.login }}