Create column mappings for custom fields’ sub fields #8341
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: | |
- 5.x | |
- '5.6' | |
pull_request: | |
permissions: | |
contents: read | |
concurrency: | |
group: ci-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
ci: | |
name: ci | |
uses: craftcms/.github/.github/workflows/ci.yml@v3 | |
with: | |
php_version: '8.2' | |
craft_version: '5' | |
node_version: '20' | |
jobs: '["ecs", "prettier", "phpstan", "tests"]' | |
notify_slack: true | |
slack_subteam: <!subteam^SGFL9NKNZ> | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
slack_webhook_url: ${{ secrets.SLACK_CRAFT_WEBHOOK_URL }} |