]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
ci: give jobs better names
authorJason Ish <jason.ish@oisf.net>
Fri, 17 Sep 2021 22:30:46 +0000 (16:30 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 28 Sep 2021 16:10:27 +0000 (10:10 -0600)
.github/workflows/builds.yml

index aa0fb8bf78d40e620a10993a1127135ecc8d1364..463c46d957c14e1ad8e30c671bdd7097411d4a26 100644 (file)
@@ -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: