Skip to content

Commit 2f15550

Browse files
authored
[Feature:Autograding] Fixed a typo in the workflow file (#51)
### Please check if the PR fulfills these requirements: * [ ] Tests for the changes have been added/updated (if possible) * [ ] Documentation has been updated/added if relevant ### What is the current behavior? <!-- List issue if it fixes/closes/implements one using the "Fixes #<number>" or "Closes #<number>" syntax --> There is a duplicate `Docker Build and Push` workflow ### What is the new behavior? There will no longer be a duplicate `Docker Build and Push` workflow ### Other information? <!-- Is this a breaking change? --> <!-- How did you test -->
1 parent daa1688 commit 2f15550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Build and Push
1+
name: Docker Build PR
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)