Skip to content

Commit

Permalink
fix(CI): distinct names for GHW Jobs (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored Jun 7, 2023
1 parent fb1dd91 commit b58bde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smithy-dafny-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main-1.x

jobs:
gradle-build:
gradle-build-smithy-dafny-conversion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smithy-polymorph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main-1.x

jobs:
gradle-build:
gradle-build-smithy-dafny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b58bde8

Please sign in to comment.