Merge pull request #7288 from fidencio/topic/add-nightly-jobs-follow-up-7

gha: nightly: Fix long name of AKS clusters issue and make the CI easier to test
This commit is contained in:
Fabiano Fidêncio 2023-07-11 11:16:09 +02:00 committed by GitHub
commit aa484dc0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,13 @@ name: Kata Containers Nightly CI
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
kata-containers-ci-on-push:
uses: ./.github/workflows/ci.yaml
with:
commit-hash: ${{ github.sha }}
pr-number: ${{ github.sha }}
pr-number: "nightly"
tag: ${{ github.sha }}-nightly
secrets: inherit