chore: beef up CI
This commit is contained in:
parent
88f7be27ec
commit
e035f1fca3
@ -1,8 +1,11 @@
|
|||||||
name: Validate README files
|
name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches: [main]
|
||||||
- main
|
# Cancel in-progress runs for pull requests when developers push new changes
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
|
||||||
jobs:
|
jobs:
|
||||||
validate-contributors:
|
validate-contributors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
Loading…
x
Reference in New Issue
Block a user