Skip to content

Commit a751d8a

Browse files
committed
ci(workflow): rename update-price-data to cron-update-data
1 parent a2bee7d commit a751d8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: "Update Price Data"
1+
name: "Cron: update data"
22

33
on:
44
schedule:
55
- cron: "0 0 */3 * *" # Runs every 3 days at midnight UTC
66
workflow_dispatch: # Allows manual triggering
77

88
jobs:
9-
update-data:
9+
update-price-data:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository

0 commit comments

Comments
 (0)