Align README and workflows for Pohodex repo
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: main-event_manager-${{ github.event.number }}
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
name: Linters
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
name: PR Title Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- edited
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
name: Dashboard TypeScript
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- "dashboard/**"
|
||||
- ".github/workflows/typecheck.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "dashboard/**"
|
||||
- ".github/workflows/typecheck.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: typecheck-event_manager-${{ github.event.number || github.sha }}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
name: UI Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user