Skip to content

Commit

Permalink
give descriptive names
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Feb 13, 2023
1 parent bf5c141 commit 416daeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
prerelease: false

build_test_1:
name: Create Release
name: Make test bundle (Summer 2020)
runs-on: ubuntu-latest
needs: [ prep ]
steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
asset_content_type: application/gzip

build_test_2:
name: Create Release
name: Make test bundle (2021 year)
runs-on: ubuntu-latest
needs: [ prep ]
steps:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
asset_content_type: application/gzip

build_full:
name: Create Release
name: Make full bundle + Publish
runs-on: ubuntu-latest
needs: [ prep ]
steps:
Expand Down

0 comments on commit 416daeb

Please sign in to comment.