Skip to content

Commit

Permalink
test: wrong names in CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 28, 2024
1 parent 364af56 commit 7b02f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_PAT }}

tests-skip-existing-part-1:
name: test updates
name: test skip existing part 1
needs: tests-no-lock
outputs:
pull-request-number: ${{ steps.relock.outputs.pull-request-number }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_PAT }}

tests-skip-existing-part-2:
name: test updates
name: test skip existing part 2
needs: tests-skip-existing-part-1
runs-on: "ubuntu-latest"
steps:
Expand Down

0 comments on commit 7b02f7f

Please sign in to comment.