From 930b0483dd8ea09154aeaa65e31de988034b307c Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:23:05 -0400 Subject: [PATCH] get requirements to recognize name --- .github/workflows/pyflask-build-and-dist-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyflask-build-and-dist-tests.yml b/.github/workflows/pyflask-build-and-dist-tests.yml index 56ef9e891..cee21a443 100644 --- a/.github/workflows/pyflask-build-and-dist-tests.yml +++ b/.github/workflows/pyflask-build-and-dist-tests.yml @@ -1,4 +1,4 @@ -name: Build Tests — Flask +name: Build Tests on: schedule: - cron: "0 16 * * *" # Daily at noon EST @@ -15,7 +15,7 @@ env: jobs: testing: - name: ${{ matrix.os }} # Will read on the dashboard as 'Build tests - Flask / {os}' + name: PyInstaller on ${{ matrix.os }} # Will read on the dashboard as 'Build Tests / PyInstaller on {os}' runs-on: ${{ matrix.os }} defaults: run: