Skip to content

Commit

Permalink
Create Nightly Build File
Browse files Browse the repository at this point in the history
  • Loading branch information
skalupa committed Jul 10, 2024
1 parent ed0f9d3 commit e575646
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_strelka_nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Nightly Build"
on:
schedule:
- cron: '0 2 * * *'
jobs:
strelka:
name: "Strelka Nightly Build"
env:
DOCKER_BUILDKIT: 1
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Builds Strelka
run: docker-compose -f build/docker-compose.yaml build

0 comments on commit e575646

Please sign in to comment.