Daily E2E Tests for JSUI #144
This file contains hidden or 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: Daily E2E Tests for JSUI | |
| permissions: | |
| actions: read | |
| contents: read | |
| on: | |
| schedule: | |
| - cron: '30 8 * * 0-5' | |
| jobs: | |
| e2e-certifier: | |
| uses: ./.github/workflows/e2e-certifier.yml | |