We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d59dc commit f1f966dCopy full SHA for f1f966d
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
15
jobs:
16
changelog:
17
uses: ansible/ansible-content-actions/.github/workflows/changelog.yaml@main
18
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' && github.base_ref == 'devel'
19
build-import:
20
uses: ansible/ansible-content-actions/.github/workflows/build_import.yaml@main
21
ansible-lint:
changelogs/fragments/fix_ci.yml
@@ -0,0 +1,3 @@
1
+---
2
+minor_changes:
3
+ - 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 commit comments