Skip to content

Commit

Permalink
fix(workflows): descriptive job names
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Feb 22, 2024
1 parent 728b353 commit 833f8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
BETA_ENV_VARS: ${{ secrets.BETA_ENV_VARS }}

jobs:
build:
build-beta:
runs-on: self-hosted
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CD-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PROD_ENV_VARS: ${{ secrets.PROD_ENV_VARS }}

jobs:
build:
build-prod:
runs-on: self-hosted
defaults:
run:
Expand Down

0 comments on commit 833f8cc

Please sign in to comment.