Align README and workflows for Pohodex repo

This commit is contained in:
2026-05-11 09:59:48 +02:00
parent 786cbc724f
commit 03faa33936
6 changed files with 16 additions and 114 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: main-event_manager-${{ github.event.number }}
-7
View File
@@ -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 -6
View File
@@ -1,12 +1,7 @@
name: PR Title Check
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
workflow_dispatch:
permissions:
pull-requests: write
+1 -10
View File
@@ -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 }}
-4
View File
@@ -1,10 +1,6 @@
name: UI Tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency: