Skip to content

Commit

Permalink
CI: suppress Elixir_CI execution in PR from check_by_SHR to main (#774)…
Browse files Browse the repository at this point in the history
… (#775)

* ci: build and test in case of pushing to main

* ci: suppress Elixir CI execution in PR from check_by_SHR to main
  • Loading branch information
zacky1972 authored Jan 3, 2025
1 parent ad4a6f5 commit f995e31
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_distributed_computing_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Elixir CI (DistributedComputingBench)
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main", "develop", "check_by_SHR" ]
branches: [ "develop", "check_by_SHR" ]
paths:
- 'benchmarks/distributed_computing_bench/**'
- '!.github/workflows/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_http_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Elixir CI (HttpDownloader)
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main", "develop", "check_by_SHR" ]
branches: [ "develop", "check_by_SHR" ]
paths:
- 'utilities/http_downloader/**'
- '!benchmarks/onnx_to_axon_bench/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_node_activator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Elixir CI (NodeActivator)
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main", "develop", "check_by_SHR" ]
branches: [ "develop", "check_by_SHR" ]
paths:
- 'utilities/node_activator/**'
- '!utilities/spawn_co_elixir/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_onnx_to_axon_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Elixir CI (OnnxToAxonBench)
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main", "develop", "check_by_SHR" ]
branches: [ "develop", "check_by_SHR" ]
paths:
- 'benchmarks/onnx_to_axon_bench/**'
- '!.github/workflows/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_pelemay_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Elixir CI (PelemayBackend)
on:
pull_request:
types: [opened, reopened, synchronize]
branches: ["main", "develop", "check_by_SHR"]
branches: ["develop", "check_by_SHR"]
paths:
- "backends/pelemay_backend/**"
- "!benchmarks/onnx_to_axon_bench/**"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_self_hosted_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main" ]
push:
types: [opened, reopened, synchronize]
branches: [ "main" ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_spawn_co_elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Elixir CI (SpawnCoElixir)
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main", "develop", "check_by_SHR" ]
branches: [ "develop", "check_by_SHR" ]
paths:
- 'utilities/spawn_co_elixir/**'
- '!benchmarks/distributed_computing_bench/**'
Expand Down

0 comments on commit f995e31

Please sign in to comment.