Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashwat-K committed Jun 14, 2024
1 parent 5b08b5a commit c71a6aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_go_modules.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Update Go Modules

on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *' # Runs every day at midnight
workflow_dispatch: # Allows manual triggering of the workflow
Expand Down Expand Up @@ -41,6 +44,7 @@ jobs:
echo "GO_VERSION_UPDATED=true" >> $GITHUB_ENV
else
echo "GO_VERSION_UPDATED=false" >> $GITHUB_ENV
fi
- name: Update Go modules
run: |
Expand Down

0 comments on commit c71a6aa

Please sign in to comment.