modular action workflow #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will build a golang project | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go | ||
name: build-unclog | ||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
schedule: | ||
- cron: "0 0 1 * *" # run at least monthly due to 90 day artifact retention | ||
jobs: | ||
build-changelog-check: | ||
uses: .github/workflows/build-unclog.yml | ||
with: | ||
binary-name: unclog |