Skip to content

PIR E2E Tests: This PR exists just to test GitHub Actions #11

PIR E2E Tests: This PR exists just to test GitHub Actions

PIR E2E Tests: This PR exists just to test GitHub Actions #11

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:
jobs:
call-sub-workflow:
uses: ./.github/workflows/pir_end_to_end_tests.yml
secrets: inherit