]> git.proxmox.com Git - mirror_lxc.git/commitdiff
github: Try to fix action naming
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 7 Apr 2021 14:34:02 +0000 (10:34 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 7 Apr 2021 14:34:02 +0000 (10:34 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
.github/workflows/build.yml
.github/workflows/cifuzz.yml
.github/workflows/coverity.yml
.github/workflows/static-analysis.yml

index 78d36d5a39567b5e5c416752ed52dc0b81844425..25a0af2991b4d5ec47874af5b49dfdd33ed8452f 100644 (file)
@@ -1,8 +1,7 @@
-name: Test build
+name: Simple test build
 on:
   - push
   - pull_request
-
 jobs:
   test:
     strategy:
index 9a12e5e5a6f66d4c171c8c9cb6537f570fac3788..f76ecf865f6934fadb1979938c5be742de03c3ed 100644 (file)
@@ -1,5 +1,4 @@
----
-name: CIFuzz
+name: Fuzzing with OSS-fuzz
 on:
   push:
     branches:
index efc171a4610355e4aded3c4b0899b3bc01e568ed..7003729edd67fedd13aff57aa392e29903c003cb 100644 (file)
@@ -1,9 +1,8 @@
-name: Coverity
+name: Coverity build and upload
 on:
   push:
     branches:
       - master
-
 jobs:
   test:
     runs-on: ubuntu-latest
index 7ac48963ec4e648d39eea4e6d0583ac95bce13eb..0317559ad8621a27c062d637b028e6cafb3db826 100644 (file)
@@ -2,7 +2,6 @@ name: Static analysis
 on:
   - push
   - pull_request
-
 jobs:
   test:
     runs-on: ubuntu-18.04