Skip to content

Commit d648155

Browse files
ci: add prefix to ci runs (#580)
Signed-off-by: MiahaCybersec <143584635+MiahaCybersec@users.noreply.github.com> Co-authored-by: Ashna Mehrotra <ashnamehrotra@gmail.com>
1 parent 58c3faf commit d648155

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: "[Blocking] Build"
22
on:
33
push:
44
branches:

.github/workflows/check-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check dependencies
1+
name: "[Informing] Check dependencies"
22
on:
33
push:
44
branches:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: "CodeQL"
12+
name: "[Blocking] CodeQL"
1313

1414
on:
1515
push:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# PRs introducing known-vulnerable packages will be blocked from merging.
77
#
88
# Source repository: https://github.com/actions/dependency-review-action
9-
name: 'Dependency Review'
9+
name: '[Blocking] Dependency Review'
1010
on: [pull_request]
1111

1212
permissions:

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate docs website to GitHub Pages
1+
name: '[Informing] Generate docs website to GitHub Pages'
22

33
on:
44
push:

0 commit comments

Comments
 (0)