Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 31, 2024
1 parent d846f08 commit 264430c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ env:

jobs:
docker-build:
name: Docker Image Build Check
steps:
- uses: ./.github/workflows/build.yml
uses: ./.github/workflows/build.yaml

run-hive:
name: ${{ matrix.name }}
needs: docker-build
needs: [docker-build]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 264430c

Please sign in to comment.