Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 26, 2024
1 parent 28877c5 commit 82c351f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
run: ${{ steps.download-actionlint.outputs.executable }} -color
shell: bash

lint-build-test:
lint-test:
name: Lint, build, and test
needs: check-workflows
uses: ./.github/workflows/lint-build-test.yml
uses: ./.github/workflows/lint-test.yml

is-release:
name: Determine whether this is a release merge commit
needs: lint-build-test
needs: lint-test
if: github.event_name == 'push'
runs-on: ubuntu-latest
outputs:
Expand All @@ -51,7 +51,7 @@ jobs:
all-jobs-complete:
name: All jobs complete
runs-on: ubuntu-latest
needs: lint-build-test
needs: lint-test
outputs:
passed: ${{ steps.set-output.outputs.passed }}
steps:
Expand Down

0 comments on commit 82c351f

Please sign in to comment.