Browse Source

ci: remove self-references from workflow paths

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI 9 months ago
parent
commit
520e57f6e9
2 changed files with 0 additions and 2 deletions
  1. 0 1
      .github/workflows/ci-turbo-build.yml
  2. 0 1
      .github/workflows/ci-turbo-test.yml

+ 0 - 1
.github/workflows/ci-turbo-build.yml

@@ -9,7 +9,6 @@ on:
       - "**/package.json"
       - "**/package-lock.json"
       - "**/tsconfig.json"
-      - ".github/workflows/ci-turbo-build.yml"
   push:
     branches: [main]
 jobs:

+ 0 - 1
.github/workflows/ci-turbo-test.yml

@@ -9,7 +9,6 @@ on:
       - "**/package.json"
       - "**/package-lock.json"
       - "**/tsconfig.json"
-      - ".github/workflows/ci-turbo-test.yml"
   push:
     branches: [main]
 jobs: