Skip to content

Do a quarterly data load #1

Do a quarterly data load

Do a quarterly data load #1

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Do a quarterly data load
# Controls when the action will run.
on:
schedule:
- cron: '15 2 1 */3 *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
etl:

Check failure on line 16 in .github/workflows/quarterly.yml

View workflow run for this annotation

GitHub Actions / Do a quarterly data load

Invalid workflow file

The workflow is not valid. .github/workflows/quarterly.yml (Line: 16, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build
runs-on: ubuntu-latest
steps:
- name: clear cache
uses: michcio1234/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_email: ${{ secrets.HEROKU_ACCOUNT }}
heroku_app_name: ${{ secrets.HEROKU_APP }}
command: make quarterly