Skip to content

Commit

Permalink
[gha] stop testing forge unstable on schedule (#15886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored Feb 4, 2025
1 parent 17f8330 commit 2497593
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/forge-unstable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ on:
required: false
type: string
description: The git SHA1 to checkout. This affects the Forge test runner that is used. If not specified, the latest main will be used
# NOTE: to support testing different branches on different schedules, you need to specify the cron schedule in the 'determine-test-branch' step as well below
# Reference: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
schedule:
- cron: "30 */2 * * *" # Run this on an aggressive cadence to get signal on the tests. They should be fully evaluated (moved to forge stable or removed entirely) after baking
pull_request:
paths:
- ".github/workflows/forge-unstable.yaml"
Expand Down

0 comments on commit 2497593

Please sign in to comment.