Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 12, 2023
1 parent a0da729 commit e67cfa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:

build-docs:
name: docs
if: false
needs: select
uses: ./.github/workflows/build-linux.yml
with:
Expand All @@ -301,6 +302,7 @@ jobs:

test-linux-x64:
name: linux-x64
if: false
needs:
- build-linux-x64
uses: ./.github/workflows/test.yml
Expand All @@ -311,6 +313,7 @@ jobs:

test-linux-x86:
name: linux-x86
if: false
needs:
- build-linux-x86
uses: ./.github/workflows/test.yml
Expand All @@ -321,6 +324,7 @@ jobs:

test-macos-x64:
name: macos-x64
if: false
needs:
- build-macos-x64
uses: ./.github/workflows/test.yml
Expand All @@ -331,6 +335,7 @@ jobs:

test-windows-x64:
name: windows-x64
if: false
needs:
- build-windows-x64
uses: ./.github/workflows/test.yml
Expand Down

0 comments on commit e67cfa8

Please sign in to comment.