aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-11-30 14:55:11 +0100
committerLoïc Hoguin <[email protected]>2023-11-30 14:55:11 +0100
commit1f22d8aae19d5ae7388daecd706076f9a1c46d96 (patch)
tree22b35e57fc0402ce3f3098fac51f780e3b4266d0 /.github/workflows/ci.yaml
parentb65a1e77508f6a855a60e6fd200f9f863f010e8d (diff)
downloadci.erlang.mk-1f22d8aae19d5ae7388daecd706076f9a1c46d96.tar.gz
ci.erlang.mk-1f22d8aae19d5ae7388daecd706076f9a1c46d96.tar.bz2
ci.erlang.mk-1f22d8aae19d5ae7388daecd706076f9a1c46d96.zip
Tweak workflow job names
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5dde652..ec841e6 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ env:
jobs:
prepare-unix:
- name: Prepare Unix CI
+ name: Prepare Unix
runs-on: ubuntu-latest
outputs:
erlang: ${{ steps.versions.outputs.erlang }}
@@ -61,7 +61,7 @@ jobs:
os: ${{ matrix.os }}
prepare-windows:
- name: Prepare Windows CI
+ name: Prepare Windows
runs-on: windows-latest
outputs:
erlang: ${{ steps.versions.outputs.erlang }}