PIR end to end tests: This PR exists just to test action triggers [release] #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PIR E2E Tests Scheduled and release branches trigger | |
on: | |
schedule: | |
- cron: '0 3 * * 1-5' # 3AM UTC offsetted to legacy to avoid action-junit-report@v4 bug | |
pull_request: | |
branches: | |
- hotfix/* | |
- release/* | |
jobs: | |
call-sub-workflow: | |
uses: ./.github/workflows/pir_end_to_end_tests.yml | |
secrets: inherit |