diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index 889c63d..09aa802 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -1,6 +1,5 @@ name: Check & Fix License Header on: - workflow_dispatch: {} pull_request: types: [opened, synchronize, reopened] @@ -8,4 +7,4 @@ jobs: build-license-eye: permissions: contents: write # Only used when `apply_header: true` else the permission is `read` see: https://github.com/cloudoperators/common/blob/8f15c13b6f4c1631c7e6f6dff5c3300452e9b5b6/.github/workflows/shared-license.yaml#L21-L22 - uses: kengou4/common/.github/workflows/play-shared-license.yaml@main \ No newline at end of file + uses: cloudoperators/common/.github/workflows/shared-license.yaml@main \ No newline at end of file