Skip to content

wecsim-main

wecsim-main #2

name: Test WEC-Sim main branch
on:
repository_dispatch:
types:
- wecsim-main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
main:
uses: ./.github/workflows/all-tests-reusable.yml
with:
client_payload: ${{ toJSON(github.event.client_payload) }}