diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ec24c0c26c..f2e9d1da5b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,12 +12,6 @@ on: - '**.md' - '.github/CODEOWNERS' workflow_dispatch: - inputs: - test-macos: - description: 'Whether to run macOS tests' - required: true - default: false - type: boolean concurrency: group: rust-${{ github.workflow }}-${{ github.ref }} @@ -172,4 +166,3 @@ jobs: uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # @v1.0.1 with: command: test - if: runner.os != 'macOS' || inputs.test-macos == true || github.ref == 'refs/heads/main'