workflows: rename test workflows

Give the workflows a linux suffix, aligning it with the linux dispatch bottle workflow.
Allows to recognize linux workflows at a glance, especially as we will be adding at least
one more for self-hosted runners.
master
Michka Popoff 2021-03-08 18:27:07 +01:00
parent 443ddf8051
commit 05de98fd2f
3 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Check .github/workflows/tests-linux.yml formulae coverage
run: |
FILES=$(grep -oE 'Formula/[a-z0-9_\.\-]+' .github/workflows/tests-linux.yml)
FILES=$(grep -oE 'Formula/[a-z0-9_\.\-]+' .github/workflows/linux-pr-tests.yml)
for FILE in $FILES; do
if [ ! -f "$FILE" ]; then
echo ".github/workflows/tests-linux.yml is testing a non existing file: $FILE"