Prevent redundant builds with copyright notice #80

Merged
bustikiller merged 2 commits from actions-concurrency into main 2024-11-03 10:16:41 +00:00
Showing only changes of commit 883c56e0e2 - Show all commits

View File

@ -3,6 +3,9 @@ on:
pull_request:
permissions:
contents: write
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
copyright_notice:
runs-on: ubuntu-latest