Skip to content

chore: release 2.1.1 #8

chore: release 2.1.1

chore: release 2.1.1 #8

name: Check Extension
on:
workflow_dispatch: {}
schedule:
- cron: 0 12 10 * *
push:
branches:
- main
paths-ignore:
- "docs/**"
- package.json
- package-lock.json
- "*.md"
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
- package.json
- package-lock.json
- "*.md"
jobs:
compute_matrix:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: graycoreio/github-actions-magento2/supported-version@main
id: supported-version
with:
include_services: true
check-extension:
needs: compute_matrix
uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@main
with:
matrix: ${{ needs.compute_matrix.outputs.matrix }}
fail-fast: false
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}