Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Run Trustify nightly main branch tests #311

Run Trustify nightly main branch tests

Run Trustify nightly main branch tests #311

Workflow file for this run

name: Run Trustify nightly main branch tests
on:
schedule:
- cron: "5 3 * * *"
workflow_dispatch:
jobs:
main-nightly:
uses: ./.github/workflows/global-ci.yml
with:
operator_bundle: "ghcr.io/trustification/trustify-operator-bundle:latest"
tests_ref: main
run_api_tests: true
run_ui_tests: true