[4.7] Default selected country is the same as the store's location when creating a new address while editing an order #2344
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: | |
- '4.x' | |
- '4.7' | |
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: | |
craft_version: '4' | |
jobs: '["ecs", "phpstan", "prettier", "tests"]' | |
notify_slack: true | |
slack_subteam: <!subteam^S01CWPYH9D5> | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
slack_webhook_url: ${{ secrets.SLACK_COMMERCE_WEBHOOK_URL }} |