Skip to content

Commit

Permalink
ci: disable clone protection
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed May 23, 2024
1 parent c68bb19 commit 0b3154b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
defaults:
run:
shell: bash -l {0} # for conda command
env:
GIT_CLONE_PROTECTION_ACTIVE: false
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 0b3154b

Please sign in to comment.