Skip to content

Commit a901c55

Browse files
committed
style(ci): prefix custom workflow names with 'Linuxfabrik: '
1 parent d4121d4 commit a901c55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Deploy API Documentation'
1+
name: 'Linuxfabrik: Deploy API Documentation'
22

33
on:
44
push:

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Update pre-commit hooks'
1+
name: 'Linuxfabrik: Update pre-commit hooks'
22

33
on:
44
schedule:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Publish to PyPI'
1+
name: 'Linuxfabrik: Publish to PyPI'
22

33
on:
44
release:

0 commit comments

Comments
 (0)