Skip to content

Commit

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

on:
schedule:
- cron: "0 6 * * FRI"
push:
tags-ignore:
- "**"
Expand All @@ -16,6 +18,14 @@ concurrency:
cancel-in-progress: true

jobs:
call-build:
name: Call Build Package
call-ghlint:
name: Call Lint Github workflows
uses: azazeal/workflows/.github/workflows/ghlint.yml@master
permissions:
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 dfa97ec

Please sign in to comment.