Skip to content

Transport improvements for 2024-W31 #3

Transport improvements for 2024-W31

Transport improvements for 2024-W31 #3

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: {}
jobs:
dispatch:
steps:

Check failure on line 26 in .github/workflows/transport.yaml

View workflow run for this annotation

GitHub Actions / MESSAGEix-Transport

Invalid workflow file

The workflow is not valid. .github/workflows/transport.yaml (Line: 26, Col: 5): Required property is missing: runs-on
- name: Dispatch "messageix-transport" event to message_data repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: iiasa/message_data
event-type: messageix-transport
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'