.forgejo: add names to jobs

This commit is contained in:
Antoine Martin 2024-08-11 23:53:51 -04:00
parent 21f8c09b1b
commit 20b3ee1a93
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
jobs:
build-tarball:
name: Build tarball w/ submodules
runs-on: x86_64
container:
image: alpinelinux/alpine-gitlab-ci:latest

View file

@ -3,6 +3,7 @@ on:
jobs:
mirror:
name: Pull from upstream
runs-on: x86_64
container:
image: 'docker.io/node:20-bookworm'