We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dd179 commit c920e9dCopy full SHA for c920e9d
1 file changed
.github/workflows/docker-publish.yaml
@@ -8,7 +8,7 @@ on:
8
pull_request:
9
branches: [ "main" ]
10
11
- jobs:
+jobs:
12
lint:
13
runs-on: ubuntu-latest
14
steps:
@@ -48,7 +48,7 @@ on:
48
echo '```' >> $GITHUB_STEP_SUMMARY
49
pytest >> $GITHUB_STEP_SUMMARY
50
51
- ucall-docker-build:
+ call-docker-build:
52
needs: test
53
uses: ethdevops/workflows/.github/workflows/basic-docker-build.yaml@main
54
secrets:
0 commit comments