mirror of
https://github.com/actions/cache.git
synced 2026-08-07 00:00:20 +02:00
* Update workflows to use reusable-workflows Signed-off-by: jongwooo <[email protected]> * fix: Update the out-of-date metadata files Signed-off-by: jongwooo <[email protected]> Signed-off-by: jongwooo <[email protected]> Co-authored-by: Shubham Tiwari <[email protected]>
16 lines
235 B
YAML
16 lines
235 B
YAML
name: Licensed
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-licensed:
|
|
name: Licensed
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|