mirror of
https://github.com/arduino/library-registry.git
synced 2025-05-19 08:13:41 +03:00
Add data file to "Check Registry Data File" workflow's path filter
GitHub Actions workflows can be configured to run only when files under specific paths are modified. This makes the CI system more efficient by avoiding pointless workflow runs. The path filter must be carefully configured to cover all relevant files. In this case, the file that is the whole point of the workflow's existence was missing from the list!
This commit is contained in:
parent
98d4016594
commit
c315bd903d
2
.github/workflows/check-registry.yml
vendored
2
.github/workflows/check-registry.yml
vendored
@ -13,6 +13,7 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "registry.txt"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/check-registry.ya?ml"
|
||||
@ -20,6 +21,7 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "registry.txt"
|
||||
workflow_dispatch:
|
||||
repository_dispatch:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user