mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-16 08:47:45 +00:00
d70b225e85
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
9 lines
124 B
YAML
9 lines
124 B
YAML
name: reusable
|
|
|
|
on: workflow_call
|
|
|
|
jobs:
|
|
reusable_workflow_job:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo Test |