Jelajahi Sumber

Trigger actions just on push, not push and PR.

Jelmer Vernooij 2 tahun lalu
induk
melakukan
4a8381ffb2
2 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 1
      .github/workflows/pythontest.yml
  2. 0 1
      .github/workflows/pythonwheels.yml

+ 0 - 1
.github/workflows/pythontest.yml

@@ -2,7 +2,6 @@ name: Python tests
 
 on:
   push:
-  pull_request:
   schedule:
     - cron: "0 6 * * *" # Daily 6AM UTC build
 

+ 0 - 1
.github/workflows/pythonwheels.yml

@@ -2,7 +2,6 @@ name: Build Python Wheels
 
 on:
   push:
-  pull_request:
   schedule:
     - cron: "0 6 * * *" # Daily 6AM UTC build