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:
|
test:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.draft == false
|
# if: github.event.pull_request.draft == false
|
||||||
|
if: false
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user