Skip to content

Commit

Permalink
ci: Universal naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Nov 19, 2024
1 parent 348eac4 commit bcda32d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Linux kernel module
name: Linux kernel module (build and test)

on:
push:
paths:
- "mrmShared/linux/**"
- ".github/workflows/linux-build.yml"
- ".github/workflows/kmod-build.yml"
pull_request:
paths:
- "mrmShared/linux/**"
- ".github/workflows/linux-build.yml"
- ".github/workflows/kmod-build.yml"
workflow_dispatch:

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Set the 'name:' properties to values that work for you (pvxs)

name: EPICS driver
name: EPICS module (build and test)

on:
push:
Expand All @@ -15,7 +15,7 @@ on:
- "python/**"
- "**/*.md"
- "opi/**"
- ".github/workflows/linux-*.yml"
- ".github/workflows/kmod-*.yml"
- ".github/workflows/doxygen-*.yml"
- ".github/workflows/release-*.yml"
pull_request:
Expand All @@ -25,7 +25,7 @@ on:
- "python/**"
- "**/*.md"
- "opi/**"
- ".github/workflows/linux-*.yml"
- ".github/workflows/kmod-*.yml"
- ".github/workflows/doxygen-*.yml"
- ".github/workflows/release-*.yml"
workflow_dispatch:
Expand Down

0 comments on commit bcda32d

Please sign in to comment.