Skip to content

Commit

Permalink
try to fix release notes update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 13, 2024
1 parent 014b65f commit 8ae6ae3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_notes_updated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
min_dep_update = '^min-dep-update-[a-f0-9]{7}$'
regex = main, release, backport, dep_update, min_dep_update
patterns = list(map(compile, regex))
ref = "$REF"
is_dev = not any(pattern.match(ref) for pattern in patterns)
is_dev = not any(pattern.match($REF) for pattern in patterns)
print('::set-output name=is_dev::' + str(is_dev))
- if: ${{ steps.branch.outputs.is_dev == 'True' }}
name: Checkout repository
Expand Down

0 comments on commit 8ae6ae3

Please sign in to comment.