Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Oct 22, 2024
1 parent 31dd179 commit c920e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
branches: [ "main" ]

jobs:
jobs:
lint:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ on:
echo '```' >> $GITHUB_STEP_SUMMARY
pytest >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
ucall-docker-build:
call-docker-build:
needs: test
uses: ethdevops/workflows/.github/workflows/basic-docker-build.yaml@main
secrets:
Expand Down

0 comments on commit c920e9d

Please sign in to comment.