Skip to content

Commit

Permalink
Merge pull request #38 from conneroisu/devie
Browse files Browse the repository at this point in the history
devie
  • Loading branch information
conneroisu authored Sep 11, 2024
2 parents eb4af73 + 68fb4e4 commit a720d83
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/chron-models.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Commit Go Mod, Go Work, and Docs

on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 10 * * 0'
Expand All @@ -27,10 +24,6 @@ jobs:
- name: Run go mod download
run: go mod download

# Step 4: Run go work sync
- name: Run go work sync
run: go work sync

# Step 5: Generate Go docs (assuming a script `make docs` exists)
- name: Generate Go docs
env:
Expand Down

0 comments on commit a720d83

Please sign in to comment.