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
1 change: 1 addition & 0 deletions .github/workflows/cd-cvat-exchange-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy CVAT Exchange Oracle
on:
push:
branches: [ develop, main, cvat-milestone-2 ]
tags-ignore: '*'
paths:
- 'packages/examples/cvat/exchange-oracle/**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-cvat-recording-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy CVAT Recording Oracle
on:
push:
branches: [ develop, main, cvat-milestone-2 ]
tags-ignore: '*'
paths:
- 'packages/examples/cvat/recording-oracle/**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-job-launcher-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy Job launcher server
on:
push:
branches: [ develop, main ]
tags-ignore: '*'
paths:
- 'packages/apps/job-launcher/server/**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- main
tags-ignore: '*'
paths-ignore:
- "docs/**"
- "packages/apps/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
tags-ignore: '*'
paths:
- "packages/sdk/python/human-protocol-sdk/**"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-reputation-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy Reputation oracle
on:
push:
branches: [ develop, main ]
tags-ignore: '*'
paths:
- 'packages/apps/reputation-oracle/server/**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-lint-cvat-exchange-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CVAT Exchange Oracle Lint

on:
push:
tags-ignore: '*'
paths:
- 'packages/examples/cvat/exchange-oracle/**'
- '.github/workflows/ci-lint-cvat-exchange-oracle.yaml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-lint-cvat-recording-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CVAT Recording Oracle Lint

on:
push:
tags-ignore: '*'
paths:
- 'packages/examples/cvat/recording-oracle/**'
- '.github/workflows/ci-lint-cvat-recording-oracle.yaml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Lint check

on:
push:
tags-ignore: '*'
paths-ignore:
- 'packages/examples/cvat/**'

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

on:
push:
tags-ignore: '*'
paths:
- 'packages/core/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-cvat-exchange-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CVAT Exchange Oracle Tests

on:
push:
tags-ignore: '*'
paths:
- 'packages/examples/cvat/exchange-oracle/**'
- 'packages/sdk/python/human-protocol-sdk/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-cvat-recording-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CVAT Recording Oracle Tests

on:
push:
tags-ignore: '*'
paths:
- 'packages/examples/cvat/recording-oracle/**'
- 'packages/core/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Dashboard Check

on:
push:
tags-ignore: '*'
paths:
- "packages/core/**"
- "packages/sdk/typescript/human-protocol-sdk/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-faucet-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Faucet server check

on:
push:
tags-ignore: '*'
paths:
- "packages/core/**"
- "packages/sdk/typescript/human-protocol-sdk/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-fortune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Fortune check

on:
push:
tags-ignore: '*'
paths:
- "packages/core/**"
- "packages/sdk/typescript/human-protocol-sdk/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-human-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Human App Check

on:
push:
tags-ignore: '*'
paths:
- "packages/core/**"
- "packages/sdk/typescript/human-protocol-sdk/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-job-launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Job Launcher Check

on:
push:
tags-ignore: '*'
paths:
- "packages/core/**"
- "packages/sdk/typescript/human-protocol-sdk/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-node-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Node.js SDK check

on:
push:
tags-ignore: '*'
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Python SDK check

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

on:
push:
tags-ignore: '*'
paths:
- "packages/core/**"
- "packages/sdk/typescript/human-protocol-sdk/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Subgraph check

on:
push:
tags-ignore: '*'
paths:
- "packages/core/**"
- "packages/sdk/typescript/subgraph/**"
Expand Down
Loading