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: 0 additions & 8 deletions .github/workflows/anchor-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ on:
push:
branches:
- main
paths:
- "solana/Anchor.toml"
- "Dockerfile.anchor-base"
- ".github/workflows/anchor-base.yml"
pull_request:
paths:
- "solana/Anchor.toml"
- "Dockerfile.anchor-base"
- ".github/workflows/anchor-base.yml"

# Note: No concurrency block here - when called as reusable workflow,
# github.workflow refers to the CALLER, which would conflict.
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,9 @@ name: CLI
on:
workflow_dispatch:
pull_request:
paths:
- "cli/**"
- "sdk/**"
- "evm/**"
- "solana/**"
- "sui/ts/**"
- "Dockerfile.cli"
- "Dockerfile.cli-test-evm"
- "Dockerfile.cli-test-solana"
- "package.json"
- "package-lock.json"
- ".github/workflows/cli.yml"
push:
branches:
- main
paths:
- "cli/**"
- "sdk/**"
- "evm/**"
- "solana/**"
- "sui/ts/**"
- "Dockerfile.cli"
- "Dockerfile.cli-test-evm"
- "Dockerfile.cli-test-solana"
- "package.json"
- "package-lock.json"
- ".github/workflows/cli.yml"

# Cancel in-progress runs on new commits to same PR/branch
concurrency:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ name: EVM CI
on:
workflow_dispatch:
pull_request:
paths:
- "evm/**"
- ".github/workflows/evm.yml"
push:
branches:
- main
paths:
- "evm/**"
- ".github/workflows/evm.yml"

env:
FOUNDRY_PROFILE: ci
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,10 @@ name: Prettier

on:
pull_request:
paths:
- "**/*.ts"
- "**/*.tsx"
- "**/*.js"
- "**/*.jsx"
- "**/*.json"
- "**/*.md"
- "**/*.yml"
- "**/*.yaml"
- ".prettierrc*"
- ".github/workflows/prettier.yml"
push:
branches:
- main
- dev
paths:
- "**/*.ts"
- "**/*.tsx"
- "**/*.js"
- "**/*.jsx"
- "**/*.json"
- "**/*.md"
- "**/*.yml"
- "**/*.yaml"
- ".prettierrc*"
- ".github/workflows/prettier.yml"

# Cancel in-progress runs on new commits to same PR/branch
concurrency:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,9 @@ name: TS SDK CI
on:
workflow_dispatch:
pull_request:
paths:
- "sdk/**"
- "evm/ts/**"
- "solana/ts/**"
- "sui/ts/**"
- "package.json"
- "package-lock.json"
- "tsconfig*.json"
- ".github/workflows/sdk.yml"
push:
branches:
- main
paths:
- "sdk/**"
- "evm/ts/**"
- "solana/ts/**"
- "sui/ts/**"
- "package.json"
- "package-lock.json"
- "tsconfig*.json"
- ".github/workflows/sdk.yml"

# Cancel in-progress runs on new commits to same PR/branch
concurrency:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@ name: Solana CI
on:
workflow_dispatch:
pull_request:
paths:
- "solana/**"
- ".github/workflows/solana.yml"
- ".github/actions/setup-anchor/**"
push:
branches:
- main
- dev
paths:
- "solana/**"
- ".github/workflows/solana.yml"
- ".github/actions/setup-anchor/**"

# Cancel in-progress runs on new commits to same PR/branch
concurrency:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/tilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,9 @@ name: Tilt CI
on:
workflow_dispatch:
pull_request:
paths:
- "sdk/**"
- "evm/**"
- "solana/**"
- "sui/**"
- "cli/**"
- "Tiltfile"
- "package.json"
- "package-lock.json"
- ".github/workflows/tilt.yml"
- ".github/workflows/tilt-images.yml"
push:
branches:
- main
paths:
- "sdk/**"
- "evm/**"
- "solana/**"
- "sui/**"
- "cli/**"
- "Tiltfile"
- "package.json"
- "package-lock.json"
- ".github/workflows/tilt.yml"
- ".github/workflows/tilt-images.yml"

env:
REGISTRY: ghcr.io
Expand Down
Loading