Skip to content

Commit

Permalink
fix(metrics): updated workflow to prevent spam
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle authored Feb 8, 2024
1 parent 6fa6a94 commit 461a60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Metrics
on:
# Schedule daily updates
# schedule: [{cron: "0 0 * * *"}]
schedule: [{cron: "0 3 * * 5"}]
# (optional) Run workflow manually
workflow_dispatch:
# (optional) Run workflow when pushing on master/main
push: {branches: ["master", "main"]}
# push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 461a60d

@vercel
Copy link

@vercel vercel bot commented on 461a60d Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seniordesign – ./

smare.vercel.app
seniordesign-lryanle.vercel.app
seniordesign-git-main-lryanle.vercel.app
smare.lryanle.com

Please sign in to comment.