Skip to content

Commit

Permalink
Remove 'paths' trigger from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NabinKawan committed May 21, 2024
1 parent c2fb53b commit d361133
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: Backend Test

on:
push:
paths:
- .github/workflows/test_backend.yml
branches:
- test
- chore/update-backend-workflow

workflow_dispatch:
inputs:
deployment:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Integration Test [Playwright]

on:
push:
paths:
- .github/workflows/test_integration_playwright.yml
branches:
- test
workflow_dispatch:
Expand Down

0 comments on commit d361133

Please sign in to comment.