disable CI
This commit is contained in:
parent
3183a106c5
commit
acbdce7e8b
1 changed files with 14 additions and 14 deletions
28
.github/workflows/lean_action_ci.yml
vendored
28
.github/workflows/lean_action_ci.yml
vendored
|
@ -1,14 +1,14 @@
|
||||||
name: Lean Action CI
|
# name: Lean Action CI
|
||||||
|
#
|
||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
pull_request:
|
# pull_request:
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
#
|
||||||
jobs:
|
# jobs:
|
||||||
build:
|
# build:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: leanprover/lean-action@v1
|
# - uses: leanprover/lean-action@v1
|
||||||
|
|
Loading…
Reference in a new issue