Skip to content

Commit fa702a7

Browse files
committed
Rename the workflow files for clarity and consistency
Signed-off-by: tdruez <[email protected]>
1 parent c4bd18b commit fa702a7

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.github/workflows/publish-docker.yml renamed to .github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Docker image on GHCR
1+
name: Publish Docker image on GitHub Container Registry
22
# https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions
33

44
on:
File renamed without changes.

.github/workflows/ci-docker.yml renamed to .github/workflows/run-unit-tests-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test on Docker CI
1+
name: Run unit tests on Docker container
22

33
on: [push, pull_request]
44

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test CI
1+
name: Run unit tests
22

33
on: [push, pull_request]
44

0 commit comments

Comments
 (0)