Skip to content

Commit

Permalink
prevent badge workflow from drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Oct 2, 2024
1 parent 600bb6c commit 3119efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-uds-badge-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uds-badge-verification:
runs-on: ai-ubuntu-big-boy-8-core
name: nightly_uds_badge_verification
if: ${{ !github.event.pull_request.draft }}

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 3119efe

Please sign in to comment.