Skip to content

Commit

Permalink
🚚 Rename the workflows to have unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet committed Aug 14, 2024
1 parent ce55bf1 commit d3438f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2.0-docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Publish viadot images with a specified tag.
name: "Publish Docker images"
name: "2.0 - Publish Docker images"
run-name: "Publish viadot-*:${{ github.event.inputs.tag }} images (@${{ github.actor }})"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2.0-publish_to_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish to PyPI"
name: "2.0 - Publish to PyPI"
# Publish a viadot branch to PyPI.
# The branch is either picked from the dropdown (if the workflow is ran manually),
# or the branch where the workflow was triggered.
Expand Down

0 comments on commit d3438f5

Please sign in to comment.