Skip to content

Commit

Permalink
restore test triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 29, 2024
1 parent 7e30330 commit bac3510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/neuroconv_deployment_aws_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bac3510

Please sign in to comment.