Skip to content

Transport improvements for 2024-W31 #4

Transport improvements for 2024-W31

Transport improvements for 2024-W31 #4

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: Dispatch "messageix-transport" event to message_data repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.MESSAGE_DATA_TOKEN }}
repository: iiasa/message_data
event-type: messageix-transport
client-payload: |-
{
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"base": "${{ env.base }}",
"from-step": "${{ env.from-step }}"
}