Skip to content

Commit

Permalink
ignore some ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar committed Apr 26, 2023
1 parent 18295e6 commit bafc4f5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrate-cluster-cmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- '.github/workflows/integrate-tiup**'
- '.github/workflows/integrate-dm**'
- '.github/workflows/integrate-playground**'
- 'tests/tiup/**'
- 'tests/tiup-playground/**'
- 'tests/tiup-dm/**'

jobs:
cluster:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integrate-cluster-scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- '.github/workflows/integrate-tiup**'
- '.github/workflows/integrate-dm**'
- '.github/workflows/integrate-playground**'
- 'tests/tiup/**'
- 'tests/tiup-playground/**'
- 'tests/tiup-dm/**'

jobs:
cluster:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integrate-dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
- '.github/workflows/integrate-cluster**'
- '.github/workflows/integrate-tiup**'
- '.github/workflows/integrate-playground**'
- 'tests/tiup/**'
- 'tests/tiup-playground/**'
- 'tests/tiup-cluster/**'

jobs:
dm:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integrate-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
- '.github/workflows/integrate-cluster**'
- '.github/workflows/integrate-dm**'
- '.github/workflows/integrate-tiup**'
- 'tests/tiup/**'
- 'tests/tiup-cluster/**'
- 'tests/tiup-dm/**'

jobs:
playground:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integrate-tiup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
- '.github/workflows/integrate-cluster**'
- '.github/workflows/integrate-dm**'
- '.github/workflows/integrate-playground**'
- 'tests/tiup-playground/**'
- 'tests/tiup-cluster/**'
- 'tests/tiup-dm/**'
push:
branches:
- master
Expand Down

0 comments on commit bafc4f5

Please sign in to comment.