Skip to content

Commit e035f1f

Browse files
committed
chore: beef up CI
1 parent 88f7be2 commit e035f1f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/validate-readme-files.yaml renamed to .github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Validate README files
1+
name: CI
22
on:
33
pull_request:
4-
branches:
5-
- main
4+
branches: [main]
5+
# Cancel in-progress runs for pull requests when developers push new changes
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
69
jobs:
710
validate-contributors:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)