Skip to content

Commit

Permalink
[Feature:Autograding] Fixed a typo in the workflow file (#29)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ION606 authored Sep 16, 2024
1 parent 011e7f1 commit a70c50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build and Push
name: Docker Build PR

on:
pull_request:
Expand Down

0 comments on commit a70c50d

Please sign in to comment.