Skip to content

Commit

Permalink
refactor: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffah committed Nov 19, 2024
1 parent 69bd2e4 commit fc2aefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Metrics
name: metrics
on:
# Schedule updates
schedule: [{ cron: "0 22 * * 0" }]
push: { branches: "main" }
workflow_dispatch:
jobs:
github-metrics:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
# See action.yml for all options
- uses: lowlighter/metrics@latest
Expand Down

0 comments on commit fc2aefb

Please sign in to comment.