diff --git a/.github/workflows/test_weaver-asset-exchange-besu.yaml b/.github/workflows/test_weaver-asset-exchange-besu.yaml index bf692bcff6..7b54139c5e 100644 --- a/.github/workflows/test_weaver-asset-exchange-besu.yaml +++ b/.github/workflows/test_weaver-asset-exchange-besu.yaml @@ -220,7 +220,6 @@ jobs: asset-exchange-besu-local: needs: check_code_changed - if: needs.check_code_changed.outputs.status == 'true' # The type of runner that the job will run on runs-on: ubuntu-latest @@ -228,6 +227,8 @@ jobs: fail-fast: false matrix: app_contract: ["AliceERC1155", "AliceERC20", "AliceERC721"] + exclude: + - app_contract: ${{ needs.check_code_changed.outputs.status != 'true' }} # Steps represent a sequence of tasks that will be executed as part of the job steps: