From 98cc00f4d2e0758ab2633dbb6ba9c23c5dabda30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Tue, 12 Jul 2022 16:28:46 -0400
Subject: [PATCH] cleanup

---
 .github/workflows/release-package.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml
index 198011b3..b318e4b9 100644
--- a/.github/workflows/release-package.yml
+++ b/.github/workflows/release-package.yml
@@ -1,8 +1,3 @@
-# This workflow uses actions that are not certified by GitHub.
-# They are provided by a third-party and are governed by
-# separate terms of service, privacy policy, and support
-# documentation.
-
 name: Release actions
 
 on:
@@ -154,7 +149,7 @@ jobs:
           labels: ${{ steps.meta.outputs.labels }}
 
   build-and-push-image-dhtnode:
-    name: dhtnode Docker image (LLVM)
+    name: dhtnode Docker image
     runs-on: ubuntu-latest
     permissions:
       contents: read
-- 
GitLab