Skip to content

Commit

Permalink
ci(sdk chain): Fix 2 sub flows
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Nov 7, 2024
1 parent c1061aa commit 525265b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-chain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
test-capi-client:
name: Run Capi client tests
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
uses: crowdsecurity/php-capi-client/.github/workflows/php-sdk-development-tests.yml@870447990b85768b5563594f7a26d7808e813d77
uses: crowdsecurity/php-capi-client/.github/workflows/php-sdk-development-tests.yml@7d29f10236fe0a0ba6f9d1c628e4e01e61012fd0
with:
php_common_json: '["${{ github.ref_name }}"]'
secrets:
Expand All @@ -66,7 +66,7 @@ jobs:
test-magento-engine:
name: Run Magento 2 Engine module tests
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
uses: crowdsecurity/magento-cs-extension/.github/workflows/php-sdk-development-tests.yml@2e72b75d1fdde083b5ed386fd387ef892ecb47cb
uses: crowdsecurity/magento-cs-extension/.github/workflows/php-sdk-development-tests.yml@807feb39613bf7197d12f46bc579ad40daa6a830
with:
php_common_json: '["${{ github.ref_name }}"]'
lapi_client_json: '["main"]'
Expand Down

0 comments on commit 525265b

Please sign in to comment.