fix(fonts): preserve source stylesheet on Google Fonts cap overflow #168
Workflow file for this run
This file contains hidden or 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: Solved Site Promotion Gate | |
| on: | |
| pull_request: | |
| branches: [main] | |
| paths: | |
| - '.github/workflows/solved-site-promotion.yml' | |
| - '.github/workflows/solved-site-promotion-pr.yml' | |
| - 'bench/**' | |
| - 'includes/**' | |
| - 'lib/**' | |
| - 'tools/**' | |
| - 'composer.json' | |
| - 'composer.lock' | |
| - 'package.json' | |
| - 'package-lock.json' | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| solved-site-promotion: | |
| uses: ./.github/workflows/solved-site-promotion.yml | |
| with: | |
| static-site-importer-sha: ${{ github.event.pull_request.head.sha || github.sha }} | |
| static-site-importer-repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} | |
| blocks-engine-sha: db79ae3ddfe352dea8dc3c60322374a25e7c0359 |