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
9 changes: 0 additions & 9 deletions .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ name: Lint check

on:
push:
branches:
- develop
- main
paths-ignore:
- 'packages/examples/cvat/**'
pull_request:
branches:
- develop
- main
paths-ignore:
- 'packages/examples/cvat/**'

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Protocol check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Dashboard Check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-faucet-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Faucet server check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci-test-fortune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Fortune check

on:
push:
branches:
- develop
pull_request:
branches:
- develop
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-human-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Human App Check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-job-launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Job Launcher Check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci-test-node-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@ name: Node.js SDK check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
workflow_dispatch:

jobs:
node-sdk-test:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Python SDK check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/python/human-protocol-sdk/**'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-reputation-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Reputation Oracle Check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ci-test-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Subgraph check

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/subgraph/**'
Expand Down