Skip to content

Commit e858a68

Browse files
committed
Update e2e-cache.yml
1 parent ffcd000 commit e858a68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- releases/*
1111
paths-ignore:
1212
- '**.md'
13+
workflow_dispatch:
14+
1315

1416
permissions:
1517
contents: read
@@ -116,4 +118,4 @@ jobs:
116118
- name: Install dependencies
117119
run: |
118120
cd __tests__/data
119-
pipenv install --verbose
121+
pipenv install --verbose

0 commit comments

Comments
 (0)