Răsfoiți Sursa

Disable test job for draft pull requests in Argos workflow

codecalm 6 luni în urmă
părinte
comite
1527157bfe
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      .github/workflows/argos.yml

+ 2 - 1
.github/workflows/argos.yml

@@ -22,7 +22,8 @@ jobs:
   test:
     timeout-minutes: 60
     runs-on: ubuntu-latest
-    if: github.event.pull_request.draft == false
+    # if: github.event.pull_request.draft == false
+    if: false
     steps:
       - name: Clone repository
         uses: actions/checkout@v4