Skip to content

Commit

Permalink
GH WF: improve naming of the job
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Jul 6, 2023
1 parent 5bfd8b5 commit 99d366d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'projects/**/*'

jobs:
build_maxgraph_package:
build_maxgraph_dev_package:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -43,7 +43,7 @@ jobs:
build_projects:
runs-on: ubuntu-22.04
needs: [build_maxgraph_package]
needs: [build_maxgraph_dev_package]
strategy:
# don't cancel running jobs even if one fails
fail-fast: false
Expand Down

0 comments on commit 99d366d

Please sign in to comment.