Skip to content

Commit

Permalink
Disable GIT_CLONE_PROTECTION_ACTIVE for Github actions (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiikhliustin authored May 22, 2024
1 parent 2a597a7 commit 4d57c5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests_dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
env:
GIT_CLONE_PROTECTION_ACTIVE: false
jobs:
test:
name: Integration Tests Dynamic
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
env:
GIT_CLONE_PROTECTION_ACTIVE: false
jobs:
test:
name: Integration Tests Static
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/snapshot_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
env:
GIT_CLONE_PROTECTION_ACTIVE: false
jobs:
test:
name: Snapshot Tests
Expand Down

0 comments on commit 4d57c5e

Please sign in to comment.