From ea823adf6c8bd7d7973862abe5ae3a0151e27067 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 1 Apr 2022 21:09:12 +0200 Subject: [PATCH] updated workflows --- .github/workflows/ci.yaml | 2 +- .github/workflows/flawfinder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbf459cd..e090627f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: Build Hyprland on: [push, pull_request] jobs: gcc: - name: "Build Hyprland with make and g++" + name: "Build Hyprland (Arch)" runs-on: ubuntu-latest container: image: archlinux diff --git a/.github/workflows/flawfinder.yml b/.github/workflows/flawfinder.yml index 4bb0ca14..e1df95dc 100644 --- a/.github/workflows/flawfinder.yml +++ b/.github/workflows/flawfinder.yml @@ -1,4 +1,4 @@ -name: flawfinder +name: Flawfinder on: push: