소스 검색

Trigger actions just on push, not push and PR.

Jelmer Vernooij 2 년 전
부모
커밋
4a8381ffb2
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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