Skip to content

Commit

Permalink
Merge pull request #6 from acodili-jg/1.20.1/wip-nightly-build
Browse files Browse the repository at this point in the history
Create nightly build workflow
  • Loading branch information
acodili-jg authored Jul 26, 2023
2 parents 552e948 + 3bd673f commit 4a07631
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Nightly Build
on:
schedule:
- cron: 00 00 * * *

jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build and capture artifacts
uses: ./.github/actions/build

0 comments on commit 4a07631

Please sign in to comment.