Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkobel authored May 6, 2024
1 parent 8460fc5 commit b5f7ded
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: release_test1
on:
push:
paths:
- '*'
release:
types: [published]

env:
ASSCOM2_PROFILE: "profile/conda/local"
Expand Down Expand Up @@ -57,11 +56,3 @@ jobs:
run: |
asscom2 --config input_genomes="tests/E._faecium/*.fna" --until fast
- name: meta
run: |
asscom2 --config input_genomes="tests/E._faecium/*.fna" --until meta
- name: full
run: |
asscom2 --config input_genomes="tests/E._faecium/*.fna"

0 comments on commit b5f7ded

Please sign in to comment.