chore: add tests

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-25 16:53:23 +01:00
parent ff144042ba
commit b06e7ffd40
4 changed files with 56 additions and 2 deletions

View file

@ -41,13 +41,13 @@ jobs:
webhookUrl: '${{ secrets.GOOGLE_WEBHOOK_URL }}'
jobStatus: '${{ job.status }}'
title: CLEAN-UP pipeline
subtitle: "${{ github.event_name }} with filter prefix <b>${{ inputs.res_prefix }}</b>"
subtitle: "${{ github.event_name }} with filter prefix \"${{ inputs.res_prefix }}\""
# - name: Notify
# uses: ./.github/actions/notify
# with:
# webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
# title: CI pipeline started
# title: CLEAN-UP pipeline
# event_title: ${{ github.event.type }}
# event_author: ${{ github.event.actor.login }}
# event_body: "Filter: ${{ inputs.res_prefix }}"