From 0bf1fea9e56a8f57f31d4e7ca176516f29255d4e Mon Sep 17 00:00:00 2001 From: "Pey Lian Lim (Github)" <2090236+pllim@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:27:52 -0500 Subject: [PATCH] Good enough, kinda works. [ci skip] --- .github/workflows/predeps_workflows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/predeps_workflows.yml b/.github/workflows/predeps_workflows.yml index 21e8967c..00fc1b8c 100644 --- a/.github/workflows/predeps_workflows.yml +++ b/.github/workflows/predeps_workflows.yml @@ -2,8 +2,6 @@ name: rc-testing on: workflow_dispatch: - # REMOVE ME - pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -20,7 +18,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest] + # TODO: Enable more OSes when possible. + #os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout code uses: actions/checkout@v3