Skip to content

Commit b5c5e4e

Browse files
committed
ci: don't run some checks on pull requests as they're already have been run for push
1 parent 56db12c commit b5c5e4e

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/integration-tests-h2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Integration Tests (H2)
22

33
on:
44
push:
5-
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87
permissions:

.github/workflows/integration-tests-mysql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Integration Tests (MySQL)
22

33
on:
44
push:
5-
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87
permissions:

.github/workflows/integration-tests-postgres.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Integration Tests (PostgreSQL)
22

33
on:
44
push:
5-
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87
permissions:

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Static Analysis
22

33
on:
44
push:
5-
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87
permissions:

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Unit Tests
22

33
on:
44
push:
5-
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87
permissions:

0 commit comments

Comments
 (0)