Explorar o código

chore: disable e2e workflow without receiving 'No jobs' notifications on every push

Gabriel Horner hai 1 ano
pai
achega
187fa1d29e
Modificáronse 1 ficheiros con 5 adicións e 8 borrados
  1. 5 8
      .github/workflows/e2e.yml

+ 5 - 8
.github/workflows/e2e.yml

@@ -9,14 +9,11 @@ on:
     branches: [master]
     paths:
       - 'e2e-tests/**'
-  pull_request:
-    branches: [master]
-    paths:
-      - 'e2e-tests/**'
-
-# TODO: Re-enable when ready to enable tests for file graphs
-defaults:
-  if: false
+  # TODO: Re-enable when ready to enable tests for file graphs
+  # pull_request:
+  #   branches: [master]
+  #   paths:
+  #     - 'e2e-tests/**'
 
 env:
   CLOJURE_VERSION: '1.11.1.1413'