Skip to content

Commit

Permalink
Update near protocol rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliman4 committed Dec 8, 2024
1 parent 0f27e7c commit 10a3430
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/near-rewards.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: NEAR Protocol Rewards Tracking
on:
schedule:
- cron: '*/5 * * * *' # Every 5 minutes
- cron: '0 */12 * * *' # Every 12 hours
workflow_dispatch: # Manual trigger
push:
branches: [ main ] # Start on main branch updates
Expand All @@ -14,9 +14,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install SDK
run: npm install near-protocol-rewards

- name: Run Metrics Collection
env:
Expand Down

0 comments on commit 10a3430

Please sign in to comment.