ci: factor out "Pipeline info" step into separate job for nicer org.
This commit is contained in:
parent
3ea764708a
commit
f9f3a82f23
1 changed files with 7 additions and 2 deletions
|
@ -10,15 +10,20 @@ env:
|
|||
TZ: Europe/Berlin
|
||||
|
||||
jobs:
|
||||
build:
|
||||
pipeline-info:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: hugomods/hugo:exts-0.148.1
|
||||
image: code.forgejo.org/oci/node:22-bookworm
|
||||
steps:
|
||||
- name: Pipeline info
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
apk update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue