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