Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Oct 30, 2024
1 parent 4be8521 commit 5389f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draft-release-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
check-validity:
name: Check if PR complies with release rules
needs: [check-intent]
#don't do these checks if this isn't a release - we don't want to generate unnecessary failed statuses
if: needs.check-release-intent.outputs.valid == 'true'
if: needs.check-intent.outputs.valid == 'true'

runs-on: ubuntu-20.04

Expand Down

0 comments on commit 5389f16

Please sign in to comment.