Skip to content

Commit

Permalink
Moved description into a comment at the top of the action files
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmarechal committed Jun 5, 2024
1 parent 0c29e9e commit 1ca7141
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/create_tag_on_release_branch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Create a tag "vX.Y.Z" when a branch "release/X.Y.Z" is created

name: Create tag on release
description: Create a tag "vX.Y.Z" when a branch "release/X.Y.Z" is created

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Disabled atm because I need an access token for the container registry
### Build docker image and push it to github container registry
# Disabled atm because I need an access token for the container registry

# name: Docker Image CI
# description: Build docker image and push it to github container registry

# on:
# push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish_release_on_tag.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Package exporter into zip and tar.gz archives

name: Publish Release
description: Package exporter into zip and tar.gz archives

on:
push:
Expand Down

0 comments on commit 1ca7141

Please sign in to comment.