We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1e6bc commit 9663a93Copy full SHA for 9663a93
1 file changed
.github/workflows/update-persistence-coverage.yml
@@ -2,9 +2,6 @@ name: Update Persistence Docs
2
on:
3
schedule:
4
- cron: 0 5 * * MON
5
- pull_request:
6
- branches:
7
- - master
8
workflow_dispatch:
9
inputs:
10
targetBranch:
@@ -33,9 +30,6 @@ jobs:
33
30
- name: Update Coverage Docs with Persistence Coverage
34
31
working-directory: docs
35
32
run: |
36
- git branch
37
- git log -1
38
- ls -la
39
cd scripts/persistence
40
python3 -m venv .venv
41
source .venv/bin/activate
0 commit comments