[CRAFT-5] cleanup all duplicate fields, optimize all content builder blocks to reuse fields where possible, remove supertable #121
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ develop ] | |
pull_request: | |
permissions: | |
contents: read | |
concurrency: | |
group: ci-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
ci: | |
name: ci | |
uses: statikbe/.github/.github/workflows/ci.yml@main | |
with: | |
craft_version: '4' | |
jobs: '["ecs"]' | |
php_version: '8.2' | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |