From 0ffa2b99fba3b47719dbfe098b01b75d10f4fb1a Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Fri, 17 Sep 2021 16:30:46 -0600 Subject: [PATCH] ci: give jobs better names --- .github/workflows/builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index aa0fb8bf7..463c46d95 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -15,8 +15,8 @@ jobs: - run: sudo apt -y install tshark - run: ./pcapng-check.sh - suricata: - name: suricata + ubuntu-18-04: + name: Ubuntu 18.04 runs-on: ubuntu-18.04 container: ubuntu:18.04 strategy: @@ -83,7 +83,7 @@ jobs: run: python3 ../run.py almalinux: - name: almalinux + name: AlmaLinux 8 runs-on: ubuntu-latest container: almalinux:latest strategy: -- 2.47.2