ci: Have full runs also trigger macos-arm-unit-tests (#43358)

Just organizes full run.

Testing: No change expected. Successful landing is sufficient.

Signed-off-by: Shubham Gupta <shubham.gupta@chromium.org>
This commit is contained in:
Shubham Gupta
2026-03-18 17:02:11 +08:00
committed by GitHub
parent 8d153761f9
commit 1c35a33bec
2 changed files with 18 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: |
{
echo 'result<<EOF'
python ./python/servo/try_parser.py ${{ github.event_name == 'pull_request' && 'linux-unit-tests lint' || github.event_name == 'push' && 'full macos bencher production-bencher coverage' || 'fail-fast full macos-arm-unit-tests' }}
python ./python/servo/try_parser.py ${{ github.event_name == 'pull_request' && 'linux-unit-tests lint' || github.event_name == 'push' && 'full macos bencher production-bencher coverage' || 'fail-fast full' }}
echo EOF
} >> $GITHUB_OUTPUT