Skip to content

AER Devices cronjob #690

AER Devices cronjob

AER Devices cronjob #690

Workflow file for this run

name: AER Devices cronjob
on:
push:
branches: [ aer ]
schedule:
- cron: '0 12 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: aer
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run
run: chmod +x sync.sh && ./sync.sh