Skip to content

Update docker/build-push-action digest to 67a2d40 #41

Update docker/build-push-action digest to 67a2d40

Update docker/build-push-action digest to 67a2d40 #41

name: Check copyright and license notices
on:
push:
branches-ignore:
- 'main'
# Cancel inprogress runs if new commit pushed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-notices:
runs-on: [self-hosted, linux, large, jammy, x64]
steps:
- uses: actions/checkout@v4
- name: Check License Header
uses: apache/skywalking-eyes/header@v0.6.0