From 0b816fcfe4088e5ce104150c6c4f81096c9a9637 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 28 Feb 2022 15:00:35 +0300 Subject: [PATCH] Update _load.yml --- .github/workflows/_load.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index 14bae4d6..977d81f6 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -14,7 +14,6 @@ jobs: load: runs-on: ubuntu-latest steps: - - run: echo running on branch ${GITHUB_REF##*/} - uses: actions/checkout@v2 - name: Download data from API run: | @@ -24,7 +23,7 @@ jobs: - run: npm install - run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2 - run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1 - - run: npm run results:save + - run: npm run programs:save - run: npm run guides:update - uses: tibdex/github-app-token@v1 if: ${{ !env.ACT }}