From b353728f1d422d3eeff96fff7643528d13da25b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 18 Feb 2023 21:34:29 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a750a94..9ffd4d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: jobs: - legacy: + Legacy: permissions: contents: none @@ -17,9 +17,8 @@ jobs: runner: "ubuntu-latest" include: 'grep legacy | ' - exclude: '' - current: + Current: permissions: contents: none @@ -30,9 +29,8 @@ jobs: runner: "ubuntu-latest" include: 'grep current | ' - exclude: '' - edge: + Edge: permissions: contents: none @@ -43,4 +41,3 @@ jobs: runner: "ubuntu-latest" include: 'grep edge | ' - exclude: ''