Skip to content

Transport improvements for 2024-W31 #7

Transport improvements for 2024-W31

Transport improvements for 2024-W31 #7

Workflow file for this run

name: MESSAGEix-Transport
env:
# Starting point of the workflow.
# Use this value to build from a certain scenario:
# base: --url="ixmp://ixmp-dev/MESSAGEix-GLOBIOM 1.1-R12/baseline_DEFAULT#21"
# Use this value to allow the workflow to determine model & scenario names
# and versions:
base: --platform=ixmp-dev
# Set this to a particular step to truncate the workflow
from-step: ""
on:
# Uncomment these lines for debugging, but leave them commented on 'main'
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
schedule:
- cron: "0 1 * * *" # 01:00 UTC = 02:00 CET = 03:00 CEST
workflow_dispatch: {}
# Cancel previous runs that have not completed
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Invoke transport workflow in message_data
env:
GITHUB_TOKEN: ${{ secrets.MESSAGE_DATA_DISPATCH_TOKEN }}
GITHUB_REPO: iiasa/message_data
run: |
gh workflow run transport.yaml \
--ref fix/transport-workflow \
--field ref=${{ github.ref }} \
--field base=${{ env.base }} \
--field from-step=${{ env.from-step }}