Skip to content

Commit a70c50d

Browse files
authored
[Feature:Autograding] Fixed a typo in the workflow file (#29)
I changed the duplicate `Docker Build and Push` workflow to `Docker Build PR` in https://github.com/Submitty/DockerImagesRPI/blob/main/.github/workflows/docker-build-pr.yml
1 parent 011e7f1 commit a70c50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)