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
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: leanprover/lean-action@v1
|
||||
# name: Lean Action CI
|
||||
#
|
||||
# on:
|
||||
# push:
|
||||
# pull_request:
|
||||
# workflow_dispatch:
|
||||
#
|
||||
# jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-latest
|
||||
#
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - uses: leanprover/lean-action@v1
|
||||
|
|
Loading…
Reference in a new issue