feat: add nightly testing eks #62
Workflow file for this run
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: Nightly Testing | |
on: | |
schedule: | |
- cron: '0 0 * * *' # Runs at midnight every day | |
pull_request: | |
jobs: | |
nightly-testing: | |
name: Test Core on EKS | |
uses: ./.github/workflows/test-eks.yaml | |
secrets: inherit |