0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00

try changelog gen

This commit is contained in:
Pavel Boldyrev 2021-09-08 22:03:47 -04:00
parent 1c84a7720d
commit 5b2bf4ea2d
No known key found for this signature in database
GPG Key ID: 9A3B05A2B8921AD9

View File

@ -1,11 +1,11 @@
name: Generate CHANGELOG name: Generate CHANGELOG
on: on:
pull_request: pull_request:
types: [closed] # types: [closed]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
GenerateChangelog: GenerateChangelog:
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch' # if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2