diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-08 14:59:40 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-16 16:29:32 +0100 |
commit | 819b676af05f74dc2a1e432c3972bae63d7c4495 (patch) | |
tree | 0e6e448a742ae02420d96eac0a321a724eb7dfa3 /.github/workflows/packages.yml | |
parent | d9e13625810edf7ca8353ec5c23b47fb59606a3d (diff) |
CI: improve build naming for shared workflow
Impove build naming for build shared workflow to better understand what
is being test.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github/workflows/packages.yml')
-rw-r--r-- | .github/workflows/packages.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 94982ba65b..0711a98677 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -25,6 +25,7 @@ permissions: jobs: build: + name: Build Packages with external toolchain permissions: contents: read packages: read |