chore(ci): Update for branch renames

And for not running bors
This commit is contained in:
Ed Page 2021-11-17 13:49:11 -06:00
parent 5e913473d7
commit 26cefe2ce3
6 changed files with 7 additions and 18 deletions

View file

@ -1,7 +1,7 @@
name: CI-PR
on:
pull_request:
branches: [master]
branches: [main]
concurrency:
group: ci-pr-${{ github.ref }}
cancel-in-progress: true

View file

@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [staging, trying]
branches: [main]
jobs:
ci:
name: CI

View file

@ -1,9 +1,9 @@
name: Coverage
on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [master]
branches: [main]
concurrency:
group: coverage-${{ github.ref }}
cancel-in-progress: true

View file

@ -1,9 +1,9 @@
name: Lint
on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [staging, trying]
branches: [main]
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true

View file

@ -1,7 +1,7 @@
name: Site
on:
push:
branches: [master]
branches: [main]
paths:
- site/**
- .github/workflows/site.yml

View file

@ -1,11 +0,0 @@
status = [
"CI",
]
pr_status = [
"CI-PR", "Lint",
]
timeout_sec = 7200
prerun_timeout_sec = 7200
delete_merged_branches = true
cut_body_after = ""
block_labels = ["M: blocked", "M: require changes"]