Skip to content

Commit

Permalink
Merge pull request #831 from maxplanck-ie/sikora_test
Browse files Browse the repository at this point in the history
gha on push in addition to on PR
  • Loading branch information
katsikora committed Aug 15, 2022
2 parents 678ae47 + cc94112 commit c7d369e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: linux

on:
pull_request:
on: [pull_request, push]

defaults:
run:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: osx

on:
pull_request:
on: [pull_request, push]

defaults:
run:
Expand Down
2 changes: 2 additions & 0 deletions snakePipes/workflows/ATAC-seq/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Genrich_peaks:
memory: 20G
namesort_bams:
memory: 6G
filterCoveragePerScaffolds:
memory: 6G

0 comments on commit c7d369e

Please sign in to comment.