Skip to content

Commit

Permalink
fixes #1251
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga committed May 29, 2024
1 parent a3d59dc commit fcc265b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
jobs:
changelog:
uses: ansible/ansible-content-actions/.github/workflows/changelog.yaml@main
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.base_ref == 'devel'
build-import:
uses: ansible/ansible-content-actions/.github/workflows/build_import.yaml@main
ansible-lint:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/fix_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Updated CI to only run changelog job if PR into devel branch is detected. `#1251 <https://github.com/netbox-community/ansible_modules/issues/1251>`_

0 comments on commit fcc265b

Please sign in to comment.