Skip to content

Commit

Permalink
fix morte workflow trigger logic and invenio affiliation
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Feb 23, 2024
1 parent d9230d9 commit 7882a0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pending-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ['main']
paths:
- 'src/StagingArea/**'
- 'src/PackageRegistryService/StagingArea/**'
workflow_dispatch:
inputs:
dry-run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: ['main']
paths:
- 'src/**'
- '!src/Data/**'
- '!src/StagingArea/**'
- '!src/PackageRegistryService/Data/**'
- '!src/PackageRegistryService/StagingArea/**'

env:
REGISTRY: ghcr.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"RepoPath": "src/PackageRegistryService/StagingArea/invenio/[email protected]",
"FileName": "[email protected]",
"LastUpdated": "2024-02-23T16:09:20+01:00",
"LastUpdated": "2024-02-23T16:12:21+01:00",
"Metadata": {
"Name": "invenio",
"Description": "Validates if the ARC contains the necessary metadata to be publishable via Invenio.\nThe following metadata is required:\n - Investigation has title and description\n - All persons in Investigation Contacts must have a name, last name, affiliation and valid email\n",
Expand All @@ -14,12 +14,6 @@
{
"FullName": "Oliver Maus",
"Email": "",
"Affiliation": "",
"AffiliationLink": ""
},
{
"FullName": "",
"Email": "",
"Affiliation": "DataPLANT",
"AffiliationLink": ""
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PatchVersion: 0
Publish: true
Authors:
- FullName: Oliver Maus
- Affiliation: DataPLANT
Affiliation: DataPLANT
Tags:
- ARC
- data publication
Expand Down

0 comments on commit 7882a0e

Please sign in to comment.