Skip to content

feat: adopting to use manage conditions (#7) #7

feat: adopting to use manage conditions (#7)

feat: adopting to use manage conditions (#7) #7

Workflow file for this run

name: "Update License Metadata"
on:
push:
branches: [ "main" ]
schedule:
- cron: '32 16 * * 0'
jobs:
license:
concurrency:
group: license-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
uses: openmfp/gha/.github/workflows/job-license-metadata.yml@main
secrets: inherit