Skip to content

ci: dispatch clas12-validation workflow runs #1

ci: dispatch clas12-validation workflow runs

ci: dispatch clas12-validation workflow runs #1

Workflow file for this run

#
#
# FIXME: change dispatch job `ref:` to `main` before merging
#
#
#
#
#
#
#
#
#
name: Dispatch Validation
on:
pull_request:
push:
branches: [ development ]
tags: [ '*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
clas12-validation:
name: clas12-validation dispatch
runs-on: ubuntu-latest
steps:
- name: dispatch
# uses: convictional/[email protected]
uses: c-dilks/trigger-workflow-and-wait@summarize
with:
owner: JeffersonLab
repo: clas12-validation
summarize: true
github_token: ${{ secrets.CLAS12VALIDATION }}
workflow_file_name: ci.yml
ref: first-test # FIXME
client_payload: '{
"source": "${{ github.repository }}",
"title": "${{ github.event.pull_request.title }}",
"source_url": "${{ github.event.pull_request.html_url }}",
"git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
}'