We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de15693 commit c5d5022Copy full SHA for c5d5022
.github/workflows/platform-docker-build-e2e-image.yml
@@ -1,13 +1,10 @@
1
name: Build E2E Frontend Base Image
2
3
on:
4
- push:
5
- paths:
6
- - frontend/Dockerfile-base.e2e
7
- - .github/workflows/platform-docker-build-e2e-image.yml
8
schedule:
9
# Update the E2E Firefox testcafe version on the first of every month
10
- cron: 0 0 1 * *
+ workflow_dispatch:
11
12
jobs:
13
build-e2e-docker-image:
0 commit comments