Skip to content

Commit

Permalink
Restrict test-tube test execution to contracts that use test-tube (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll authored Sep 17, 2024
1 parent 550f237 commit 2ec75dd
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,25 @@ on:
branches:
- main
paths:
- 'smart-contracts/osmosis/**/Cargo.toml'
- 'smart-contracts/osmosis/**.rs'
- 'smart-contracts/osmosis/contracts/cl-vault/Cargo.toml'
- 'smart-contracts/osmosis/contracts/cl-vault/**.rs'
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/Cargo.toml'
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/**.rs'
- 'smart-contracts/osmosis/contracts/merkle-incentives/Cargo.toml'
- 'smart-contracts/osmosis/contracts/merkle-incentives/**.rs'
- '.github/workflows/test_tube.yml'
- '.github/workflows/all_checks_osmosis.yml'
push:
branches:
- main
paths:
- 'smart-contracts/osmosis/**/Cargo.toml'
- 'smart-contracts/osmosis/**.rs'

- 'smart-contracts/osmosis/contracts/cl-vault/Cargo.toml'
- 'smart-contracts/osmosis/contracts/cl-vault/**.rs'
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/Cargo.toml'
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/**.rs'
- 'smart-contracts/osmosis/contracts/merkle-incentives/Cargo.toml'
- 'smart-contracts/osmosis/contracts/merkle-incentives/**.rs'
- '.github/workflows/test_tube.yml'
- '.github/workflows/all_checks_osmosis.yml'
workflow_dispatch:
Expand Down

0 comments on commit 2ec75dd

Please sign in to comment.