From 5a68ff8bf5d2d5535da2c9c19f37f44bca8c0144 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 13 Oct 2020 22:03:50 +0200 Subject: [PATCH] CI: GHA: pull_request, workflow_dispatch --- .github/workflows/benchmark_models.yml | 2 +- .github/workflows/deploy_dockerhub.yml | 2 +- .github/workflows/parpe_tests.yml | 2 +- .github/workflows/petab_testsuite.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark_models.yml b/.github/workflows/benchmark_models.yml index aa2ac65b2..a7cd6efa0 100644 --- a/.github/workflows/benchmark_models.yml +++ b/.github/workflows/benchmark_models.yml @@ -1,7 +1,7 @@ # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions # https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables name: Test benchmark collection models -on: [push] +on: [push, pull, workflow_dispatch] jobs: container: runs-on: ubuntu-latest diff --git a/.github/workflows/deploy_dockerhub.yml b/.github/workflows/deploy_dockerhub.yml index c75f70b28..2891a70cb 100644 --- a/.github/workflows/deploy_dockerhub.yml +++ b/.github/workflows/deploy_dockerhub.yml @@ -1,6 +1,6 @@ # https://github.com/marketplace/actions/publish-docker name: Deploy to dockerhub -on: [push] +on: [push, workflow_dispatch] jobs: build: name: Deploy to dockerhub diff --git a/.github/workflows/parpe_tests.yml b/.github/workflows/parpe_tests.yml index 30b0c2570..17b612c04 100644 --- a/.github/workflows/parpe_tests.yml +++ b/.github/workflows/parpe_tests.yml @@ -1,7 +1,7 @@ # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions # https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables name: parPE tests -on: [push] +on: [push, pull, workflow_dispatch] jobs: container: runs-on: ubuntu-latest diff --git a/.github/workflows/petab_testsuite.yml b/.github/workflows/petab_testsuite.yml index fda6c7fa3..643f7df33 100644 --- a/.github/workflows/petab_testsuite.yml +++ b/.github/workflows/petab_testsuite.yml @@ -2,7 +2,7 @@ # https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables name: PEtab test suite -on: [push] +on: [push, pull, workflow_dispatch] jobs: container: runs-on: ubuntu-latest