fix: github action

This commit is contained in:
pandeymangg
2024-05-07 16:33:29 +05:30
parent 1dbbaca8fd
commit 868ee71e34
2 changed files with 3 additions and 3 deletions

View File

@@ -7,9 +7,6 @@ on:
description: "Set E2E Testing Mode"
required: false
default: "0"
push:
branches:
- action-test
runs:
using: "composite"

View File

@@ -2,6 +2,9 @@ name: E2E Tests
on:
workflow_call:
workflow_dispatch:
push:
branches:
- action-test
jobs:
build:
name: Run E2E Tests