2020-09-24 05:23:32 +08:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-09-13 17:52:18 +08:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2021-12-09 03:04:47 +08:00
|
|
|
workflow_dispatch:
|
2020-09-24 05:23:32 +08:00
|
|
|
|
|
|
|
jobs:
|
2022-12-20 22:38:24 +08:00
|
|
|
call-licensed:
|
2022-12-14 21:53:47 +08:00
|
|
|
name: Licensed
|
2022-12-19 20:38:39 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|