diff --git a/.github/workflows/python_tests_32.yml b/.github/workflows/python_tests_32.yml index 67534285..74754de0 100644 --- a/.github/workflows/python_tests_32.yml +++ b/.github/workflows/python_tests_32.yml @@ -2,11 +2,17 @@ name: Python Tests 32-bit on: push: + # Temporarily disable all tests for Issue #1188. + branches-ignore: + - '**' paths-ignore: - 'docs/**' - '.github/workflows/**' - '!.github/workflows/python_tests_32.yml' pull_request: + # Temporarily disable all tests for Issue #1188. + branches-ignore: + - '**' jobs: trick_32bit: diff --git a/.github/workflows/python_tests_linux.yml b/.github/workflows/python_tests_linux.yml index 053f319f..b8d0e3e2 100644 --- a/.github/workflows/python_tests_linux.yml +++ b/.github/workflows/python_tests_linux.yml @@ -2,11 +2,17 @@ name: Python Tests Linux on: push: + # Temporarily disable all tests for Issue #1188. + branches-ignore: + - '**' paths-ignore: - 'docs/**' - '.github/workflows/**' - '!.github/workflows/python_tests_linux.yml' pull_request: + # Temporarily disable all tests for Issue #1188. + branches-ignore: + - '**' jobs: build: @@ -183,4 +189,4 @@ jobs: . .venv/bin/activate ./run_tests.py env: - TRICK_HOME: "${{ github.workspace }}" \ No newline at end of file + TRICK_HOME: "${{ github.workspace }}" diff --git a/.github/workflows/python_tests_macos.yml b/.github/workflows/python_tests_macos.yml index 1bb2fbab..b0027d27 100644 --- a/.github/workflows/python_tests_macos.yml +++ b/.github/workflows/python_tests_macos.yml @@ -2,11 +2,17 @@ name: Python Tests MacOS on: push: + # Temporarily disable all tests for Issue #1188. + branches-ignore: + - '**' paths-ignore: - 'docs/**' - '.github/workflows/**' - '!.github/workflows/python_tests_macos.yml' pull_request: + # Temporarily disable all tests for Issue #1188. + branches-ignore: + - '**' jobs: macOS: @@ -50,4 +56,4 @@ jobs: . .venv/bin/activate ./run_tests.py env: - TRICK_HOME: "${{ github.workspace }}" \ No newline at end of file + TRICK_HOME: "${{ github.workspace }}"