mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Re-add pull request trigger to GH Actions
This commit is contained in:
parent
474dc4efe1
commit
bd687e8c43
4
.github/workflows/all-good.yaml
vendored
4
.github/workflows/all-good.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Did all the other checks pass?
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
3
.github/workflows/auto-update.yaml
vendored
3
.github/workflows/auto-update.yaml
vendored
@ -1,7 +1,8 @@
|
||||
name: Update pull request branches
|
||||
|
||||
on:
|
||||
push: {}
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
name: Ensure Prisma migrations are in sync with the schema
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
4
.github/workflows/docker-build.yaml
vendored
4
.github/workflows/docker-build.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Docker Build and Push
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
4
.github/workflows/docker-test.yaml
vendored
4
.github/workflows/docker-test.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Docker Test
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
4
.github/workflows/e2e-api-tests.yaml
vendored
4
.github/workflows/e2e-api-tests.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Runs E2E API Tests
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
4
.github/workflows/lint-and-build.yaml
vendored
4
.github/workflows/lint-and-build.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Lint & build
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
4
.github/workflows/preview-docs.yaml
vendored
4
.github/workflows/preview-docs.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Preview Docs
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
4
.github/workflows/restart-dev-and-test.yaml
vendored
4
.github/workflows/restart-dev-and-test.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: "Dev Environment Test"
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
5
.github/workflows/setup-tests.yaml
vendored
5
.github/workflows/setup-tests.yaml
vendored
@ -1,7 +1,8 @@
|
||||
name: "Run setup tests"
|
||||
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
6
.github/workflows/table-of-contents.yaml
vendored
6
.github/workflows/table-of-contents.yaml
vendored
@ -1,7 +1,9 @@
|
||||
on: push
|
||||
|
||||
name: TOC Generator
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user