Skip to content

Commit

Permalink
rm trigger, fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kengou committed Sep 9, 2024
1 parent 821d706 commit dccbcc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/license.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Check & Fix License Header
on:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

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
uses: cloudoperators/common/.github/workflows/shared-license.yaml@main

0 comments on commit dccbcc4

Please sign in to comment.