mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: make build workflow reusable by other workflows
- https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_call - https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/runs/5680604483 - error parsing called workflow: workflow is not reusable as it is missing a on.workflow_call trigger
This commit is contained in:
parent
7412b5ad24
commit
f8fc616e56
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue