1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +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

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