Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed May 27, 2024
1 parent 4ac8d0b commit 4197ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_tests_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Dev (live):
"Dev (live)":
uses: ./.github/workflows/testing_dev_with_live_services.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_dev_with_live_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

run:
# Will read on PR dashboard as 'Deploy / Dev (Live) / {os} services'
# Will read on PR dashboard as 'Deploy / Dev (live) / {os} services'
# Action dashboard identified by 'Deploy'
# Requirement settings identified as '{os} services'
name: ${{ matrix.os }} services
Expand Down

0 comments on commit 4197ab9

Please sign in to comment.