Skip to content

Update and publish #780

Update and publish

Update and publish #780

Workflow file for this run

name: Update and publish
on:
schedule:
- cron: '*/45 * * * *'
workflow_dispatch:
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Python dependencies
run: pip3 install -U -r requirements.txt
- name: Update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -u leader_board.py --owner gazebosim --repository gazebo_test_cases --label jetty