Skip to content

Commit

Permalink
Merge pull request #2 from test-network-function/move_to_weekly
Browse files Browse the repository at this point in the history
Switch to a weekly query for DCI
  • Loading branch information
sebrandon1 authored Jul 22, 2024
2 parents c6b3c25 + 9a6810a commit 5513660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/daily-dci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: Daily DCI Update

on:
schedule:
- cron: '0 0 * * *'
# weekly
- cron: '0 0 * * 0'
workflow_dispatch:

jobs:
ten-day:
weekly-query:
runs-on: ubuntu-22.04
env:
SHELL: /bin/bash
NUM_DAYS: 10
NUM_DAYS: 7

steps:
- name: Install the JQ package
Expand Down

0 comments on commit 5513660

Please sign in to comment.