Skip to content

Commit

Permalink
Adjust workflow names for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Jul 8, 2024
1 parent 02bc92a commit 9496bb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
branches:
- master
jobs:
build:
test:
runs-on: ubuntu-latest
name: Test
name: Test template metadata
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ env:
TESTPARALLELISM: 10
PULUMI_TEMPLATE_LOCATION: ${{ github.workspace}}
jobs:
build:
name: Build
test:
name: Test templates

strategy:
fail-fast: false
Expand Down

0 comments on commit 9496bb0

Please sign in to comment.