Skip to content

Commit

Permalink
naming updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 29, 2024
1 parent 006a615 commit 96a37f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
determine-is-manual-release:
if: ${{ contains(github.head_ref, 'release--') }}
name: Determine if tests should run
name: Determine if this job is for a manual release
runs-on: ubuntu-latest
outputs:
is_manual_release: ${{ steps.determine_is_manual_release.outputs.is_manual_release }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ env:
NODE_VERSION: 20
jobs:
generate-tests:
name: Generate Tests
name: Generate tests
runs-on: ubuntu-latest
outputs:
all_tests: ${{ steps.get_all_tests.outputs.all_tests }}
steps:
- uses: actions/checkout@v4
- name: Generate Tests
- name: Generate tests
id: get_all_tests
uses: ./.github/actions/generate_tests
with:
Expand All @@ -44,7 +44,7 @@ jobs:
') || '' }}
determine-should-run-tests:
name: Determine If Tests Should Run
name: Determine if tests should run
runs-on: ubuntu-latest
outputs:
should_run_tests: ${{ steps.determine_should_run_tests.outputs.should_run_tests }}
Expand Down

0 comments on commit 96a37f5

Please sign in to comment.