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:
3
.github/workflows/argos.yml
vendored
3
.github/workflows/argos.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user