Browse Source

ci: disable pull_request trigger for haiku

Anonymous Maarten 2 years ago
parent
commit
fe68fd3af9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/haiku.yml

+ 4 - 4
.github/workflows/haiku.yml

@@ -2,10 +2,10 @@ name: Build (Haiku @QEMU)
 
 
 on:
 on:
   # push:  # Disabled ci on push because of long build times
   # push:  # Disabled ci on push because of long build times
-  pull_request:
-    paths:
-      - '**/haiku/*'
-      - '.github/workflows/haiku.yml'
+  # pull_request:
+  #   paths:
+  #     - '**/haiku/*'
+  #     - '.github/workflows/haiku.yml'
   workflow_dispatch:
   workflow_dispatch:
 
 
 jobs:
 jobs: