Skip to content

Commit 932541b

Browse files
committed
Fix job name
1 parent a0edaff commit 932541b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "*"
99

1010
jobs:
11-
test:
11+
build_and_push_image:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.repository == 'codewars/riscv' }}
1414
permissions:

0 commit comments

Comments
 (0)