Update test.yml

This commit is contained in:
Igor Pečovnik
2023-02-18 21:34:29 +01:00
committed by GitHub
parent b0d4e01def
commit b353728f1d

View File

@@ -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: ''