Skip to content

Commit

Permalink
Merge pull request #63 from nautobot/u/whitej6-update-changelog-step
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 authored Jan 8, 2024
2 parents b60e60b + 5a247e0 commit 0e774c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ jobs:
run: "poetry run invoke unittest"
changelog:
if: |
contains(fromJson('["develop","ltm-1.6"]'), github.base_ref)
contains(fromJson('["develop","ltm-1.6"]'), github.base_ref) &&
(github.head_ref != 'main')
runs-on: "ubuntu-22.04"
steps:
- name: "Check out repository code"
Expand Down

0 comments on commit 0e774c3

Please sign in to comment.