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
parent
443ddf8051
commit
05de98fd2f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue