From 1ca714132cae122479e99a83aaaf991493f289ad Mon Sep 17 00:00:00 2001 From: Robin Marechal Date: Wed, 5 Jun 2024 16:31:53 +0000 Subject: [PATCH] Moved description into a comment at the top of the action files --- .github/workflows/create_tag_on_release_branch.yml | 3 ++- .github/workflows/docker-image.yml | 4 ++-- .github/workflows/publish_release_on_tag.yml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_tag_on_release_branch.yml b/.github/workflows/create_tag_on_release_branch.yml index 6686f50..eaabc57 100644 --- a/.github/workflows/create_tag_on_release_branch.yml +++ b/.github/workflows/create_tag_on_release_branch.yml @@ -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: diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6f41bb7..9fe9386 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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: diff --git a/.github/workflows/publish_release_on_tag.yml b/.github/workflows/publish_release_on_tag.yml index 80d36c3..d5a0186 100644 --- a/.github/workflows/publish_release_on_tag.yml +++ b/.github/workflows/publish_release_on_tag.yml @@ -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: