From bac35102a479a69a9055e5ab3c7a07aaf4478d4c Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Sun, 29 Sep 2024 00:16:54 -0400 Subject: [PATCH] restore test triggers --- .github/workflows/deploy-tests.yml | 10 +++++----- .github/workflows/neuroconv_deployment_aws_tests.yml | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index 5c44d1544..4f67d15de 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -1,11 +1,11 @@ name: Deploy tests on: -# pull_request: -# types: [synchronize, opened, reopened, ready_for_review] -# # Synchronize, open and reopened are the default types for pull request -# # We add ready_for_review to trigger the check for changelog and full tests when ready for review is clicked -# merge_group: + pull_request: + types: [synchronize, opened, reopened, ready_for_review] + # Synchronize, open and reopened are the default types for pull request + # We add ready_for_review to trigger the check for changelog and full tests when ready for review is clicked + merge_group: workflow_dispatch: concurrency: diff --git a/.github/workflows/neuroconv_deployment_aws_tests.yml b/.github/workflows/neuroconv_deployment_aws_tests.yml index e7f7eb12a..64aae5ec9 100644 --- a/.github/workflows/neuroconv_deployment_aws_tests.yml +++ b/.github/workflows/neuroconv_deployment_aws_tests.yml @@ -3,7 +3,6 @@ on: schedule: - cron: "0 16 * * 3" # Weekly at noon on Wednesday workflow_dispatch: - push: concurrency: # Cancel previous workflows on the same pull request group: ${{ github.workflow }}-${{ github.ref }}