Skip to content

Commit

Permalink
Add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Feb 9, 2024
1 parent dd107fa commit 2bef8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/create_legacy_checkpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Generate adios4dolfinx legacy data

on:
workflow_call:
inputs:
inputs:
artifact_name:
type: string
required: true
description: "Name of the artifact to be created"

jobs:
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/create_legacy_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Generate data from Legacy DOLFIN

on:
workflow_call:
inputs:
inputs:
artifact_name:
type: string
required: true
description: "Name of the artifact to be created"

jobs:
env:
Expand Down

0 comments on commit 2bef8db

Please sign in to comment.