Skip to content

Commit ebfdb41

Browse files
authored
Update e2e-cache.yml
1 parent 031101b commit ebfdb41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
- releases/*
1111
paths-ignore:
1212
- '**.md'
13-
13+
workflow_dispatch:
14+
1415
permissions:
1516
contents: read
1617
jobs:
@@ -128,4 +129,4 @@ jobs:
128129
pipenv install --keep-outdated --python pypy
129130
} else {
130131
pipenv install --keep-outdated --python ${{ matrix.python-version }}
131-
}
132+
}

0 commit comments

Comments
 (0)