Skip to content

Commit

Permalink
Run temp functional test workflow every 20 mins (radius-project#7368)
Browse files Browse the repository at this point in the history
# Description

This is to run functional test with retry workflow every 20 minutes.

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark authored Mar 22, 2024
1 parent e60ebbe commit 22d69ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retry-functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ permissions:

on:
schedule:
# Run every hour
- cron: "0 1-23 * * *"
# Run every 20 minutes
- cron: "*/20 * * * *"

env:
# Go version
Expand Down

0 comments on commit 22d69ef

Please sign in to comment.