forked from wolfSSL/wolfssl
Add in some common code to keep Actions to a minimum
This commit is contained in:
6
.github/workflows/codespell.yml
vendored
6
.github/workflows/codespell.yml
vendored
@ -6,8 +6,14 @@ on:
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
# END OF COMMON SECTION
|
||||
|
||||
jobs:
|
||||
codespell:
|
||||
if: github.repository_owner == 'wolfssl'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user