From 2b4748e12bc2e0db0a539df4bb00eaeb3272a959 Mon Sep 17 00:00:00 2001 From: avinashcodelabs Date: Mon, 3 Nov 2025 23:56:49 +0530 Subject: [PATCH] trigger --- .github/workflows/auth-tests.yml | 3 +-- .github/workflows/orders-tests.yml | 3 +-- .github/workflows/tickets-tests.yml | 3 +-- auth/src/index.ts | 2 ++ 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auth-tests.yml b/.github/workflows/auth-tests.yml index c1223d7..c6b62d8 100644 --- a/.github/workflows/auth-tests.yml +++ b/.github/workflows/auth-tests.yml @@ -1,7 +1,6 @@ name: auth-tests -on: - pull_request +on: pull_request jobs: build: diff --git a/.github/workflows/orders-tests.yml b/.github/workflows/orders-tests.yml index 50c87d7..4252e04 100644 --- a/.github/workflows/orders-tests.yml +++ b/.github/workflows/orders-tests.yml @@ -1,7 +1,6 @@ name: orders-tests -on: - pull_request +on: pull_request jobs: build: diff --git a/.github/workflows/tickets-tests.yml b/.github/workflows/tickets-tests.yml index 92d62f6..71e8366 100644 --- a/.github/workflows/tickets-tests.yml +++ b/.github/workflows/tickets-tests.yml @@ -1,7 +1,6 @@ name: tickets-tests -on: - pull_request +on: pull_request jobs: build: diff --git a/auth/src/index.ts b/auth/src/index.ts index 238af86..9df442d 100644 --- a/auth/src/index.ts +++ b/auth/src/index.ts @@ -24,3 +24,5 @@ const start = async () => { }; start(); + +//trigger