Skip to content

Commit

Permalink
Opted out of daily-testing Prover on release-1.3 and release-1.4
Browse files Browse the repository at this point in the history
`release-1.3` and `release-1.4` are excluded because the developement is
being done only in `main`.

Especially, `release-1.4` had to be excluded in the target-branch of the daily test routine for Prover because of the flakiness (or butterfly effect) in proving `TreasuryCompliance::update_exchange_rate` in that branch.

Closes: aptos-labs#9014
  • Loading branch information
junkil-park authored and bors-libra committed Aug 26, 2021
1 parent ea1107a commit 367f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target-branch: [main, release-1.3, release-1.4]
target-branch: [main]
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 367f1a0

Please sign in to comment.