Skip to content

Commit

Permalink
ci: add prefix to ci runs (#580)
Browse files Browse the repository at this point in the history
Signed-off-by: MiahaCybersec <143584635+MiahaCybersec@users.noreply.github.com>
Co-authored-by: Ashna Mehrotra <ashnamehrotra@gmail.com>
  • Loading branch information
MiahaCybersec and ashnamehrotra committed Apr 26, 2024
1 parent 58c3faf commit d648155
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: "[Blocking] Build"
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-deps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check dependencies
name: "[Informing] Check dependencies"
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: "[Blocking] CodeQL"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
name: '[Blocking] Dependency Review'
on: [pull_request]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate docs website to GitHub Pages
name: '[Informing] Generate docs website to GitHub Pages'

on:
push:
Expand Down

0 comments on commit d648155

Please sign in to comment.