Skip to content

Commit c5d5022

Browse files
committed
Replace temp triggers with workflow dispatch
1 parent de15693 commit c5d5022

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/platform-docker-build-e2e-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Build E2E Frontend Base Image
22

33
on:
4-
push:
5-
paths:
6-
- frontend/Dockerfile-base.e2e
7-
- .github/workflows/platform-docker-build-e2e-image.yml
84
schedule:
95
# Update the E2E Firefox testcafe version on the first of every month
106
- cron: 0 0 1 * *
7+
workflow_dispatch:
118

129
jobs:
1310
build-e2e-docker-image:

0 commit comments

Comments
 (0)