Browse Source

Trigger actions just on push, not push and PR.

Jelmer Vernooij 2 năm trước cách đây
mục cha
commit
4a8381ffb2
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  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