Skip to content

Commit 9663a93

Browse files
committed
testing
1 parent 1d1e6bc commit 9663a93

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/update-persistence-coverage.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Update Persistence Docs
22
on:
33
schedule:
44
- cron: 0 5 * * MON
5-
pull_request:
6-
branches:
7-
- master
85
workflow_dispatch:
96
inputs:
107
targetBranch:
@@ -33,9 +30,6 @@ jobs:
3330
- name: Update Coverage Docs with Persistence Coverage
3431
working-directory: docs
3532
run: |
36-
git branch
37-
git log -1
38-
ls -la
3933
cd scripts/persistence
4034
python3 -m venv .venv
4135
source .venv/bin/activate

0 commit comments

Comments
 (0)