Skip to content

Commit

Permalink
Merge pull request #125 from stjudecloud/ci/actions-naming
Browse files Browse the repository at this point in the history
ci: adds wdldoc to workflow names for observability
  • Loading branch information
kevin-benton authored Feb 28, 2023
2 parents 2724956 + 71dff4d commit 40fdca2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: wdldoc CI
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.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: "wdldoc CodeQL"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: wdldoc Lint
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: wdldoc Release
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mark stale issues and pull requests
name: wdldoc Mark stale issues and pull requests
on:
schedule:
- cron: "0 0 * * *"
Expand Down

0 comments on commit 40fdca2

Please sign in to comment.