Fix an unnecessary cancel/re-request with GitHub Copilot requests. #6818
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 (Mac) | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
job: | |
uses: ./.github/workflows/job-compile-and-test.yml | |
with: | |
runner-env: macos-12 | |
platform: mac | |
yarn-args: --network-timeout 100000 |