Explorar o código

Disable test job for draft pull requests in Argos workflow

codecalm hai 6 meses
pai
achega
1527157bfe
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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