Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #31

Merged
merged 3 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/trigger-pr-develop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yamllint disable rule:truthy
name: "Push on develop"
name: "Pull Request on develop"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yamllint disable rule:truthy
name: "Push on stable"
name: "Pull Request on stable"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/trigger-push-stable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
# yamllint disable rule:truthy
name: "Push on stable"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches:
- stable

jobs:
docs:
needs: ["linter", "tests"]
uses: ./.github/workflows/workflow-docs.yml
secrets: inherit

changelog:
needs: ["docs"]
uses: ./.github/workflows/workflow-changelog.yml
secrets: inherit

release:
needs: ["changelog"]
uses: ./.github/workflows/workflow-release-drafter.yml

Check failure on line 27 in .github/workflows/trigger-push-stable.yml

View workflow job for this annotation

GitHub Actions / linter / yaml-lint

27:59 [new-line-at-end-of-file] no new line character at the end of file
8 changes: 1 addition & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
==============================
Opmisll.Infrahub Release Notes
Opsmill.Infrahub Release Notes
==============================

.. contents:: Topics


v1.0.0
======

v0.1.6
======

v0.1.5
======
Loading
Loading