Skip to content

Commit

Permalink
Update testing-live-services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 3, 2024
1 parent 930b048 commit 144ef2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-live-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Tests (Live Services)
name: Dev Tests (Live)
on:
schedule:
- cron: "0 16 * * *" # Daily at noon EST
Expand All @@ -13,7 +13,7 @@ env:

jobs:
testing:
name: ${{ matrix.os }} # Will read on the dashboard as 'Dev Tests (Live Services) / {os}'
name: Services on ${{ matrix.os }} # Will read on the dashboard as 'Dev Tests (Live) / Services on {os}'
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 144ef2f

Please sign in to comment.