mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-17 11:31:09 -05:00
fix: github action
This commit is contained in:
3
.github/actions/cache-build-web/action.yml
vendored
3
.github/actions/cache-build-web/action.yml
vendored
@@ -7,9 +7,6 @@ on:
|
||||
description: "Set E2E Testing Mode"
|
||||
required: false
|
||||
default: "0"
|
||||
push:
|
||||
branches:
|
||||
- action-test
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
@@ -2,6 +2,9 @@ name: E2E Tests
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- action-test
|
||||
jobs:
|
||||
build:
|
||||
name: Run E2E Tests
|
||||
|
||||
Reference in New Issue
Block a user