We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4a82b commit 88ae231Copy full SHA for 88ae231
2 files changed
.github/workflows/deploy-github-page.yml
@@ -27,8 +27,6 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v6
30
- with:
31
- fetch-depth: 0
32
33
- name: install mamba
34
uses: mamba-org/setup-micromamba@v2
.github/workflows/main.yml
@@ -109,8 +109,6 @@ jobs:
109
110
111
112
113
114
115
- name: Backup in case setup-micromamba fails to cleanup when ci job fails on self hosted runner
116
if: ${{ runner.environment == 'self-hosted' }}
@@ -266,8 +264,6 @@ jobs:
266
264
267
265
268
269
270
271
272
273
0 commit comments