Skip to content

Commit

Permalink
Only smoketest windows to start.
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent 58f6a7e commit c046b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoketest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches:
- test-pipeline-build
pull_request:
# pull_request:

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest] #, ubuntu-latest, macos-latest]

steps:
- name: Checkout repository
Expand Down

0 comments on commit c046b0a

Please sign in to comment.