diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index 5f35f49e2..91ef67549 100644 --- a/.github/workflows/argos.yml +++ b/.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