Skip to content

Commit

Permalink
AWS test workflow dispatch and workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Sep 27, 2020
1 parent 89fa42d commit 8adb897
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/awsfulltest.yml
@@ -1,10 +1,14 @@
name: nf-core AWS full size tests
# This workflow is triggered on push to the master branch.
# This workflow is triggered after release after the nf-core Docker push workflow finished.
# It runs the -profile 'test_full' on AWS batch

on:
release:
types: [published]
workflow_run:
workflows: ["nf-core Docker push"]
branches: [master]
types:
- completed
workflow_dispatch:

jobs:
run-awstest:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/awstest.yml
Expand Up @@ -3,9 +3,7 @@ name: nf-core AWS test
# It runs the -profile 'test' on AWS batch

on:
push:
branches:
- master
workflow_dispatch:

jobs:
run-awstest:
Expand Down

0 comments on commit 8adb897

Please sign in to comment.