From 76391edad69ad0fd166c915ef2440fd8a85593c2 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 9 Oct 2021 23:30:35 +0200 Subject: [PATCH] git: Renamed codeql and unit tests workflow --- .github/workflows/analysis.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 8822e9095..bb90d6efb 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -5,8 +5,8 @@ on: - cron: '0 0 * * *' jobs: - analyze: - name: ๐Ÿ› Analyze + codeql: + name: ๐Ÿ› CodeQL runs-on: ubuntu-latest permissions: actions: read diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f21f053f1..927e42e07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,8 +7,8 @@ on: branches: [ master ] jobs: - analyze: - name: ๐Ÿ› Analyze + tests: + name: ๐Ÿงช Unit Tests runs-on: ubuntu-latest permissions: actions: read