Skip to content

Commit

Permalink
get requirements to recognize name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 3, 2024
1 parent d029cac commit 930b048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyflask-build-and-dist-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Tests — Flask
name: Build Tests
on:
schedule:
- cron: "0 16 * * *" # Daily at noon EST
Expand All @@ -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:
Expand Down

0 comments on commit 930b048

Please sign in to comment.