chore: beef up CI
This commit is contained in:
parent
88f7be27ec
commit
e035f1fca3
@ -1,8 +1,11 @@
|
||||
name: Validate README files
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
branches: [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:
|
||||
validate-contributors:
|
||||
runs-on: ubuntu-latest
|
||||
Loading…
x
Reference in New Issue
Block a user