Skip to content

Commit

Permalink
[Feature:Autograding] Fixed a typo in the workflow file (#51)
Browse files Browse the repository at this point in the history
### 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 -->
  • Loading branch information
ION606 authored Sep 16, 2024
1 parent daa1688 commit 2f15550
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 2f15550

Please sign in to comment.