File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Upload and test GEMC binary tarballs.
22name : Binary Tarballs
33
4- run-name : Triggered by successful deploy workflow (${{ github.event.workflow_run.head_sha }})
4+ run-name : Triggered by successful deploy workflow
55
66permissions :
77 actions : read
Original file line number Diff line number Diff line change 11# Build and publish GitHub Container Registry (GHCR) images after tests pass.
22name : Deploy
33
4- run-name : Triggered by successful test workflow (${{ github.event.workflow_run.head_sha }})
4+ run-name : Triggered by successful test workflow
55permissions :
66 contents : write
77 packages : write
Original file line number Diff line number Diff line change 11name : Test
22
3- run-name : triggered by ${{ inputs.triggered_by || 'manual' }}
3+ run-name : ${{ github.event.head_commit.message || github.event.pull_request.title || inputs.triggered_by }}
44
55permissions :
66 contents : read
You can’t perform that action at this time.
0 commit comments