Skip to content

Commit

Permalink
github: run the build on a schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
azazeal committed Oct 29, 2023
1 parent 8fcc867 commit 1eead5f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on:
schedule:
- cron: "0 6 * * MON"
push:
tags-ignore:
- "**"
Expand All @@ -20,8 +22,10 @@ jobs:
name: Call Lint Github workflows
uses: azazeal/workflows/.github/workflows/ghlint.yml@master
permissions:
pull-requests: write # required in order to annotate a PR with comments
pull-requests: write

call-gopkg:
name: Call Build Go package
uses: azazeal/workflows/.github/workflows/gopkg.yml@master
permissions:
pull-requests: write

0 comments on commit 1eead5f

Please sign in to comment.