Skip to content

Commit c2ffdc4

Browse files
disable on pull request github action
1 parent cffad67 commit c2ffdc4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Tests on srv server
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ feature/* , main, hotfix/* ]
7-
pull_request:
8-
branches: [ main, release/* ]
6+
branches: [ feature/* , main, hotfix/*, release/* ]
7+
# pull_request:
8+
# branches: [ main, release/* ]
99
env:
1010
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
1111
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ feature/* , main, hotfix/* ]
6-
pull_request:
7-
branches: [ main, release/* ]
5+
branches: [ feature/* , main, hotfix/*, release/* ]
6+
# pull_request:
7+
# branches: [ main, release/* ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)