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

Commit fea70b9

Browse files
🌱 add release/0.3.z nightly tests (#16)
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent bdfd147 commit fea70b9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Run Trustify nightly release/0.3.z branch tests
2+
3+
on:
4+
schedule:
5+
- cron: "5 3 * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
main-nightly:
10+
uses: ./.github/workflows/global-ci.yml
11+
with:
12+
operator_bundle: "ghcr.io/trustification/trustify-operator-bundle:0.3.z"
13+
tests_ref: release/0.3.z
14+
run_api_tests: true
15+
run_ui_tests: true
16+
operator_branch: release/0.3.z

0 commit comments

Comments
 (0)