Skip to content

Commit bc45351

Browse files
committed
Always run full workflow
1 parent 49545f3 commit bc45351

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/build_workflow.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
update-conda:
14-
if: ${{ github.event_name != 'push' }}
15-
runs-on: ubuntu-latest
16-
defaults:
17-
run:
18-
shell: bash -l {0}
19-
timeout-minutes: 5
20-
steps:
21-
- uses: actions/checkout@v2
22-
with:
23-
persist-credentials: false
24-
fetch-depth: 0
25-
26-
- name: Cache Conda
27-
uses: actions/cache@v4
28-
env:
29-
# Increase this value to reset cache if conda-env/docs.yml has not changed in the workflow
30-
CACHE_NUMBER: 0
31-
with:
32-
path: ~/conda_pkgs_dir
33-
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
34-
hashFiles('conda-env/docs.yml') }}
35-
3613
publish-docs:
37-
if: ${{ github.event_name == 'push' }}
3814
runs-on: ubuntu-latest
3915
defaults:
4016
run:

0 commit comments

Comments
 (0)