Skip to content

Commit

Permalink
Run robustness nightly on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
  • Loading branch information
serathius committed Jun 17, 2023
1 parent 43b2477 commit 7d3da81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/robustness-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
name: Robustness Nightly
permissions: read-all
on:
# schedules always run against the main branch, hence we have to create separate jobs
# with individual checkout actions for each of the active release branches
schedule:
- cron: '25 9 * * *' # runs every day at 09:25 UTC
on: [pull_request]
jobs:
main:
# GHA has a maximum amount of 6h execution time, we try to get done within 3h
Expand Down

0 comments on commit 7d3da81

Please sign in to comment.