Skip to content

Commit 65802da

Browse files
committed
chore: rename actions workflows for clarity
1 parent b57e214 commit 65802da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dockerfile-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Dockerfile
1+
name: dockerfile
22

33
on:
44
workflow_dispatch:

.github/workflows/duplication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: duplication
22
on:
33
push:
44
branches:

.github/workflows/full-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: qa
22
on:
33
push:
44
branches:

.github/workflows/test-docstrings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: docstring-tests
1+
name: docstrings
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)