Skip to content

Commit

Permalink
Disable check temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Aug 3, 2024
1 parent c833f3f commit fc7332c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
check:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -36,7 +37,7 @@ jobs:
- ubuntu-latest # x86_64-linux
fail-fast: false
runs-on: ${{ matrix.os }}
needs: [check]
# needs: [check]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit fc7332c

Please sign in to comment.