Skip to content

Commit

Permalink
only able to run hlx.live pages not stage pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySun9 committed Nov 14, 2024
1 parent 233cbfc commit b83d3cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-screendiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
category:
description: 'Test category to run (leave empty to run all, or specify one: sot,milo,feds,caas,uar,uar-ai,dc,bacom)'
description: 'Test category to run (leave empty to run all, or specify one: milo,feds,caas,uar,uar-ai)'
required: false
type: string

Expand All @@ -15,10 +15,8 @@ jobs:
fail-fast: false
matrix:
include:
- platform: windows-latest
categories: ["sot","milo","feds","caas","uar","uar-ai"]
- platform: macos-latest
categories: ["dc","bacom","graybox-bacom","graybox-dc"]
categories: ["milo","feds","caas","uar","uar-ai"]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit b83d3cb

Please sign in to comment.