Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Mar 6, 2024
1 parent ae0ec37 commit abd3d47
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 45 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ name: Go CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
paths:
- glide-core/**
- submodules/**
- go/**
- .github/workflows/go.yml
pull_request:
paths:
- glide-core/**
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Java CI

on:
push:
branches: ["main"]
paths:
- glide-core/**
- submodules/**
- "java/**"
- ".github/workflows/java.yml"
pull_request:
paths:
- glide-core/**
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/lint-ts.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: lint-ts
on:
push:
branches: ["main"]
paths:
- benchmarks/node/**
- node/**
- benchmarks/utilities/*
- .github/workflows/lint-ts.yml
pull_request:
paths:
- benchmarks/node/**
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ name: Node

on:
push:
branches: ["main"]
paths:
- glide-core/**
- submodules/**
- node/**
- utils/cluster_manager.py
- .github/workflows/node.yml
- .github/workflows/build-node-wrapper/action.yml
- .github/workflows/install-shared-dependencies/action.yml
pull_request:
paths:
- glide-core/src/**
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ name: Python tests

on:
push:
branches: ["main"]
paths:
- python/**
- glide-core/src/**
- submodules/**
- utils/cluster_manager.py
- .github/workflows/python.yml
- .github/workflows/build-python-wrapper/action.yml
- .github/workflows/install-shared-dependencies/action.yml
- .github/workflows/install-redis-modules/action.yml

pull_request:
paths:
- python/**
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Rust tests

on:
push:
branches: [main]
paths:
- logger_core/**
- glide-core/**
- submodules/**
- utils/cluster_manager.py
- .github/workflows/rust.yml
pull_request:
paths:
- logger_core/**
Expand Down

0 comments on commit abd3d47

Please sign in to comment.