Skip to content

Commit

Permalink
set draft if not schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jul 17, 2024
1 parent ad5584f commit 90146ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nfr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit 90146ee

Please sign in to comment.