Skip to content

Commit

Permalink
adding workflow dispatch for tier 0 tests (konveyor#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hurley <shawn@hurley.page>
  • Loading branch information
shawn-hurley authored and msajidmansoori12 committed Jul 9, 2024
1 parent 2615ab0 commit f1f147a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly-tier0.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test nightly TIER0

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
default: 'debug'
schedule:
- cron: '14 1,13 * * *'

Expand Down

0 comments on commit f1f147a

Please sign in to comment.