Skip to content

Commit

Permalink
update CI to skip changelog on main to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Jan 8, 2024
1 parent b60e60b commit 5a247e0
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 5a247e0

Please sign in to comment.