Nightly test - d140bbf08c202ec17dca5540737263587078cc7a #1
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: Trigger release to test and run BVT | |
run-name: Nightly test - ${{ github.sha }} | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
nightly-test: | |
permissions: | |
id-token: write | |
contents: read # This is required for actions/checkout | |
attestations: write | |
packages: write | |
uses: ./.github/workflows/release-and-test.yml # Do not pass parameters, so that the default values are used |