1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 12:22:23 +04:00

Disable test job for draft pull requests in Argos workflow

This commit is contained in:
codecalm
2025-03-16 20:45:37 +01:00
parent 922bb0346a
commit 1527157bfe
+2 -1
View File
@@ -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