File: biosimulators_dispatch.yml

package info (click to toggle)
python-cobra 0.29.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,512 kB
  • sloc: python: 14,703; xml: 12,841; makefile: 137; sh: 30
file content (19 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: BioSimulators Dispatch

on:
  release:
    types: [published]

jobs:
  dispatch:
    runs-on: ubuntu-latest

    steps:
      - name: Dispatch new release version to BioSimulators
        uses: benc-uk/workflow-dispatch@v1
        with:
          workflow: Continuous integration
          repo: biosimulators/Biosimulators_COBRApy
          ref: dev
          token: ${{ secrets.BIOSIM_DISPATCH_TOKEN }}
          inputs: '{ "simulatorVersion": "${{ github.ref_name }}", "simulatorVersionLatest": "true" }'