Skip to content

Commit 4d57c5e

Browse files
Disable GIT_CLONE_PROTECTION_ACTIVE for Github actions (sergiikhliustin#147)
1 parent 2a597a7 commit 4d57c5e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/integration_tests_dynamic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
88
cancel-in-progress: true
9+
env:
10+
GIT_CLONE_PROTECTION_ACTIVE: false
911
jobs:
1012
test:
1113
name: Integration Tests Dynamic

.github/workflows/integration_tests_static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
88
cancel-in-progress: true
9+
env:
10+
GIT_CLONE_PROTECTION_ACTIVE: false
911
jobs:
1012
test:
1113
name: Integration Tests Static

.github/workflows/snapshot_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
1010
cancel-in-progress: true
11+
env:
12+
GIT_CLONE_PROTECTION_ACTIVE: false
1113
jobs:
1214
test:
1315
name: Snapshot Tests

0 commit comments

Comments
 (0)