From 8adb8978d15f6c87a5967b86dafd15cfba3a1182 Mon Sep 17 00:00:00 2001 From: ggabernet Date: Sun, 27 Sep 2020 21:18:29 +0200 Subject: [PATCH] AWS test workflow dispatch and workflow run --- .github/workflows/awsfulltest.yml | 10 +++++++--- .github/workflows/awstest.yml | 4 +--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index b9f2bc93..606a1af6 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.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: diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml index c8cc071f..584a0787 100644 --- a/.github/workflows/awstest.yml +++ b/.github/workflows/awstest.yml @@ -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: