Temporarily disable CI
This commit is contained in:
parent
d6875e1182
commit
88afb2c495
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -3,6 +3,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
name: Build, Upload, Test
|
||||
if: false # temporarily disabled
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue