Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/check-commit-count.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: CI

on:
push:
branches:
- "main"
- "develop"
pull_request:
types: [opened, synchronize]
on: pull_request

permissions:
pull-requests: write
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/circular.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Circular dependencies

on:
push:
branches:
- "main"
- "develop"
pull_request:
types: [ready_for_review, synchronize, opened]
on: pull_request

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
push:
branches: ["develop", "main"]
pull_request:
branches: ["develop", "main"]

jobs:
analyze:
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
name: CI

on:
pull_request:
types:
- ready_for_review
- synchronize
- opened
push:
branches:
- main
- develop
on: pull_request

permissions:
contents: read
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Dependencies
on:
pull_request:
types:
- ready_for_review
- synchronize
- opened
push:
branches:
- main
- develop

on: pull_request

permissions:
contents: read
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/lint-external.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Linting (External)

on:
push:
branches:
- "main"
- "develop"
pull_request:
types: [ready_for_review, synchronize, opened]
on: pull_request

permissions:
contents: read
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/lint-internal.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Linting (Internal)

on:
push:
branches:
- "main"
- "develop"
pull_request:
types: [ready_for_review, synchronize, opened]
on: pull_request

permissions:
contents: read
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
name: Test

on:
pull_request:
types:
- ready_for_review
- synchronize
- opened
push:
branches:
- main
- develop
on: pull_request

permissions:
contents: read
Expand Down
Loading