chore: pipelines #94

Merged
marcel.henselin merged 6 commits from chore/pipelines into main 2026-03-25 12:32:29 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 064d2cf1db - Show all commits

View file

@ -38,7 +38,7 @@ runs:
steps:
- name: Install prerequisites
shell: bash
run: apk add --no-cache curl jq
run: apt update && apt install -y curl jq
- name: Send PR notification to Google Chat
shell: bash

View file

@ -7,9 +7,7 @@ on:
jobs:
notify-pr-google-chat:
runs-on: docker
container:
image: alpine:latest
runs-on: stackit-docker
steps:
- name: Notify
uses: ./.github/actions/notify