1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-03 05:57:25 +00:00

workflows: Remove the possibility to manually trigger the nightly CI

As a new workflow was added for the cases where developers want to test
their changes in the workflow itself, let's make sure we stop allowing
manual triggers on this workflow, which can lead to a polluted /
misleading weather of the CI.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2024-10-23 13:19:45 +02:00
parent cc093cdfdb
commit 829415dfda

View File

@ -2,7 +2,6 @@ name: Kata Containers Nightly CI
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}