Skip to content

Commit

Permalink
Fixed GHA job names.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 3, 2024
1 parent 2cc90eb commit 61a916a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scaffold-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

drevops-test-workflow:
scaffold-test-workflow:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

drevops-test-deployment:
scaffold-test-deployment:
runs-on: ubuntu-latest

strategy:
Expand Down

1 comment on commit 61a916a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.