mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Added missing worflow_call for build_artifacts
This commit is contained in:
parent
5cdcbcc8fe
commit
a02023dc4d
1
.github/workflows/build_artifacts.yml
vendored
1
.github/workflows/build_artifacts.yml
vendored
|
@ -7,6 +7,7 @@ name: "Build Artifacts for RetroDECK main manifest"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
env:
|
||||
DATE: ${{ github.run_id }}
|
||||
|
|
Loading…
Reference in a new issue