From 90146eeb3572fcd07f430bf124071f034dd8d0a8 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 17 Jul 2024 12:11:21 -0700 Subject: [PATCH] set draft if not schedule --- .github/workflows/nfr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 98caaa9918..f621eb8f4a 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -177,3 +177,4 @@ jobs: - Tests ran using Docker image tag ${{ needs.vars.outputs.image_tag }} - ${{ needs.vars.outputs.test_label }} test(s) ran assignees: ${{ github.actor }} + draft: ${{ github.event_name != 'schedule' }}