Skip to content

Commit

Permalink
remove incorrect path from wf
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Nov 20, 2024
1 parent 9788268 commit d84219e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
/github/workspace/snakemake_cache
~/snakemake_cache
${{ github.workspace }}/snakemake_cache
key: ${{ matrix.genome_release }}-${{ matrix.source }}
Expand All @@ -87,7 +86,6 @@ jobs:
- name: Run data build workflow
shell: bash -el {0}
run: |
mkdir -p /github/workspace/snakemake_cache
mkdir -p ~/snakemake_cache
mkdir -p ${{ github.workspace }}/snakemake_cache
snakemake --verbose --configfile config/config.yaml --workflow-profile workflow/profiles/default --show-failed-logs --cores 4 --jobs 4 results/${{ matrix.genome_release }}-${{ matrix.source }}/mehari/seqrepo/report/mehari_db_check.txt
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
/github/workspace/snakemake_cache
~/snakemake_cache
${{ github.workspace }}/snakemake_cache
key: ${{ matrix.genome_release }}-${{ matrix.source }}
Expand All @@ -105,7 +104,6 @@ jobs:
- name: Run data build workflow
shell: bash -el {0}
run: |
mkdir -p /github/workspace/snakemake_cache
mkdir -p ~/snakemake_cache
mkdir -p ${{ github.workspace }}/snakemake_cache
snakemake --verbose --configfile config/config.yaml --workflow-profile workflow/profiles/default --show-failed-logs --cores 4 --jobs 4 results/${{ matrix.genome_release }}-${{ matrix.source }}/mehari/seqrepo/report/mehari_db_check.txt
Expand Down

0 comments on commit d84219e

Please sign in to comment.