ci: factor out "Pipeline info" step into separate job for nicer org.
All checks were successful
/ pipeline-info (pull_request) Successful in 1s
/ build (pull_request) Successful in 48s

This commit is contained in:
June 2025-07-26 16:00:10 +02:00
commit f9f3a82f23
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -10,15 +10,20 @@ env:
TZ: Europe/Berlin TZ: Europe/Berlin
jobs: jobs:
build: pipeline-info:
runs-on: docker runs-on: docker
container: container:
image: hugomods/hugo:exts-0.148.1 image: code.forgejo.org/oci/node:22-bookworm
steps: steps:
- name: Pipeline info - name: Pipeline info
run: | run: |
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}" echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}"
build:
runs-on: docker
container:
image: hugomods/hugo:exts-0.148.1
steps:
- name: Install packages - name: Install packages
run: | run: |
apk update apk update