Skip to content

Commit

Permalink
Run Docker CI every day on deployed version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Jan 26, 2025
1 parent 5ce795f commit fcc60c7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/loco-gen-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: "[loco-gen-deploy]"

on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 0 * * *"

env:
RUST_TOOLCHAIN: stable
Expand All @@ -31,7 +28,7 @@ jobs:

- name: install 'loco new'
run: |
cargo install --path ./loco-new
cargo install loco
- name: create myapp
run: |
Expand Down

0 comments on commit fcc60c7

Please sign in to comment.