diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml deleted file mode 100644 index 54f033b46..000000000 --- a/.github/workflows/licenses.yml +++ /dev/null @@ -1,18 +0,0 @@ -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 \ No newline at end of file