Skip to content

Commit 876f5b2

Browse files
Issue 369: Use "on workflow_dispatch" until fixing the resource gallery submission action (#379)
* Move IssueInfo.data initialization from __post_init_post_parse__ to _get_input_() * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix author-affiliation parsing * PydanticDeprecatedSince20: The method is deprecated; use instead * Use on workflow_dispatch until fixing the resource gallery submission action --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0b23322 commit 876f5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-resource-gallery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Update Resource Gallery
22

33
on:
4+
workflow_dispatch:
45
issues:
56
types:
67
- opened

0 commit comments

Comments
 (0)