Skip to content

Commit

Permalink
Update fetch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed May 29, 2023
1 parent ba57e3f commit 60ea3a0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ name: Fetch Coins
on:
workflow_dispatch:
schedule:
- cron: "0 8 * * *"
- cron: "0 0 1 * *"

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
repository: pgagnidze/coinsearch
token: ${{ secrets.GH_PAT }}
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
Expand Down

0 comments on commit 60ea3a0

Please sign in to comment.