Skip to content

Commit

Permalink
Ability to trigger the testing-framework workflow manually
Browse files Browse the repository at this point in the history
Signed-off-by: Liora Milbaum <[email protected]>
  • Loading branch information
lmilbaum committed Apr 2, 2024
1 parent 58e396b commit fc58ca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Testing Framework
on:
schedule: # schedule the job to run at 12 AM daily
- cron: '0 0 * * *'

workflow_dispatch:


env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit fc58ca4

Please sign in to comment.