diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index 8ce6de5276..11b0c32f2e 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -6,7 +6,7 @@ on: - cron: '0 3 * * 1-5' # 3AM UTC offsetted to legacy to avoid action-junit-report@v4 bug push: branches: [ "loremattei/**" ] - #pull_request: + pull_request: #branches: # - hotfix/* # - release/*