Skip to content

Commit

Permalink
Solve ashleys asynchronization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Oct 27, 2022
1 parent 6343e73 commit ccdd5fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: "tagged-release"

# on:
# push:
# branches:
# - master

on:
push:
pull_request:
types: [closed]
branches:
- master

Expand Down
3 changes: 2 additions & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ if config["ashleys_pipeline"] is True:
github(
"friendsofstrandseq/ashleys-qc-pipeline",
path="workflow/Snakefile",
branch="main",
tag="1.3.1"
# branch="main",
# branch="dev",
)
config:
Expand Down

0 comments on commit ccdd5fb

Please sign in to comment.