From 4b869aa5f48c491f2577e09e00d98f081bd857f9 Mon Sep 17 00:00:00 2001 From: ChiTimesChi <88190723+ChiTimesChi@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:42:28 +0100 Subject: [PATCH] ci: fix exclude keyword --- .github/workflows/solidity.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 19d0d643a1..85a45b3af2 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -129,9 +129,9 @@ jobs: fail-fast: false matrix: package: ${{ fromJson(needs.changes.outputs.packages) }} - # Slither is irrelevant for solidity-devops, as it only contains devops scripts rather than deployed contracts - exclude: - - package: solidity-devops + # Slither is irrelevant for solidity-devops, as it only contains devops scripts rather than deployed contracts + exclude: + - package: solidity-devops permissions: # always required security-events: write @@ -246,8 +246,8 @@ jobs: matrix: package: ${{ fromJson(needs.changes.outputs.packages) }} # Gas diff is irrelevant for solidity-devops, as it only contains devops scripts rather than deployed contracts - exclude: - - package: solidity-devops + exclude: + - package: solidity-devops steps: - uses: actions/checkout@v4 with: @@ -296,9 +296,9 @@ jobs: fail-fast: false matrix: package: ${{ fromJson(needs.changes.outputs.packages) }} - # Size check is irrelevant for solidity-devops, as it only contains devops scripts rather than deployed contracts - exclude: - - package: solidity-devops + # Size check is irrelevant for solidity-devops, as it only contains devops scripts rather than deployed contracts + exclude: + - package: solidity-devops steps: - uses: actions/checkout@v4 with: