Skip to content

Commit

Permalink
Fixed workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
swarajpande5 authored Apr 11, 2023
1 parent ebc59a5 commit 0be5994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-run.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: generalized-gan-pipeline
name: Build-Pipeline
on: [push]
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-image-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: Publish Docker image
name: Publish-Image

on:
release:
Expand Down

0 comments on commit 0be5994

Please sign in to comment.