Skip to content

Commit

Permalink
Merge pull request #1672 from morpho-org/chore/ci-auto-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD authored Mar 14, 2024
2 parents f0413e9 + d8b0642 commit ca7e6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-foundry-aave-v2-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
- "remappings.txt"
- ".github/actions/ci-foundry-upgrade/*"
- ".github/workflows/ci-foundry-aave-v2-upgrade.yml"
schedule:
- cron: "0 5 * * 1" # runs every monday at 5am.

jobs:
morpho-aave-v2-eth-mainnet-upgrade:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-foundry-compound-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
- "remappings.txt"
- ".github/actions/ci-foundry-upgrade/*"
- ".github/workflows/ci-foundry-compound-upgrade.yml"
schedule:
- cron: "0 5 * * 1" # runs every monday at 5am.

jobs:
morpho-compound-eth-mainnet-upgrade:
Expand Down

0 comments on commit ca7e6c0

Please sign in to comment.