Skip to content

Commit 62a549f

Browse files
authored
Merge pull request #209 from ydb-platform/decrease-actions
remove unneeded actions runs
2 parents f1a164d + f34c848 commit 62a549f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/gtrace.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: gtrace
22
on:
33
push:
4-
tags:
5-
- v*
64
branches:
75
- master
8-
- '**'
96
pull_request:
107
workflow_dispatch:
118
jobs:

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: lint
22
on:
33
push:
4-
tags:
5-
- 'v*'
64
branches:
75
- master
8-
- '**'
96
pull_request:
107
workflow_dispatch:
118
jobs:

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: tests
22
on:
33
push:
4-
tags:
5-
- v*
64
branches:
75
- master
8-
- '**'
96
pull_request:
107
workflow_dispatch:
118
jobs:

0 commit comments

Comments
 (0)