Skip to content

Commit

Permalink
♻️ Move manual workflows to top-level workflows dir (dyvenia#974)
Browse files Browse the repository at this point in the history
* ♻️ Move manual workflows to top-level `workflows` dir

* 🚚 Rename the workflows to have unique names
  • Loading branch information
trymzet authored Aug 14, 2024
1 parent b984959 commit 366ae68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 366ae68

Please sign in to comment.