Skip to content

Commit

Permalink
Merge pull request #2315 from OctopusDeploy/sf/workflow-step-names
Browse files Browse the repository at this point in the history
Give the branch validation and deployment pipeline steps clear names
  • Loading branch information
steve-fenton-octopus committed May 24, 2024
2 parents f3f20e7 + 4bba974 commit e53a09a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
id-token: write

jobs:
build:
branch_tests:
runs-on: ubuntu-latest

env:
Expand Down Expand Up @@ -110,4 +110,4 @@ jobs:
with:
project: "Docs Microsite"
package_version: "${{ env.PACKAGE_VERSION }}-pullrequest"
git_ref: ${{ github.ref }}
git_ref: ${{ github.ref }}
4 changes: 2 additions & 2 deletions .github/workflows/build-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
id-token: write

jobs:
build:
build_and_deploy:
runs-on: ubuntu-latest

env:
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
with:
project: "Docs Microsite"
package_version: "${{ env.PACKAGE_VERSION }}"
git_ref: ${{ github.ref }}
git_ref: ${{ github.ref }}
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"pnpm-lock.yaml",
"docs/credits.md",
".octopus/**",
".github/**",
"src/pages/report/**",
"public/docs/js/**",
"node_modules/**",
Expand Down

0 comments on commit e53a09a

Please sign in to comment.