Преглед на файлове

fixup! e2e: run CI on PRs that modify the workflow file (#3740)

Antoine du Hamel преди 3 години
родител
ревизия
2a1b178798
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/e2e.yml

+ 1 - 1
.github/workflows/e2e.yml

@@ -6,7 +6,7 @@ on:
     types: [ opened, synchronize, reopened, labeled ]
     types: [ opened, synchronize, reopened, labeled ]
   pull_request:
   pull_request:
     types: [ opened, synchronize, reopened ]
     types: [ opened, synchronize, reopened ]
-    path:
+    paths:
       - .github/workflows/e2e.yml
       - .github/workflows/e2e.yml
 
 
 concurrency: ${{ github.workflow }}--${{ github.ref }}
 concurrency: ${{ github.workflow }}--${{ github.ref }}