Skip to content

Commit

Permalink
restore normal trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 28, 2024
1 parent 860ad7f commit 7af57d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Deploy tests

on:
# TODO: disabled to save resources
# 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

0 comments on commit 7af57d4

Please sign in to comment.