Skip to content

Commit 790c52b

Browse files
Improve workflow names (#538)
1 parent 239f4d6 commit 790c52b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check, Build and Deploy TeX-Bot-Py-V2 Container
1+
name: Check, Build and Deploy
22

33
on:
44
pull_request:

.github/workflows/pr-auto-updater.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: pr-auto-update
1+
name: Automatic PR Updater
22
on:
33
push: {}
44

55
jobs:
66
pr-auto-update:
7-
name: Automatic PR Updater
87
runs-on: ubuntu-latest
98
permissions:
109
pull-requests: write
1110
contents: write
11+
1212
steps:
1313
- uses: CSSUoB/pr-auto-updater@v2.2.1
1414
env:

.github/workflows/prevent-migrations-deletion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prevent deletion of database migration files
1+
name: Prevent Database Migration Files Deletion
22

33
on:
44
pull_request_target:

0 commit comments

Comments
 (0)