Skip to content

Commit

Permalink
Sync names
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Feb 27, 2024
1 parent dad800f commit 077007d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-external.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Tests with External Dependencies
name: Dev Tests (Live Services)
on:
schedule:
- cron: "0 16 * * *" # Daily at noon EST
Expand All @@ -13,7 +13,7 @@ env:

jobs:
testing:
name: External tests on ${{ matrix.os }}
name: Dev tests with live services on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
testing:
name: Back-end tests on ${{ matrix.os }}
name: Dev tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 077007d

Please sign in to comment.