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: