Skip to content

Commit

Permalink
Refer to workflows by name
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 30, 2024
1 parent abc2200 commit b3c4b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
workflow_run:
workflows: [lint]
workflows: [ Lint-markdown ]
branches: [main]
types: [completed]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test build site
on:
pull_request:
workflow_run:
workflows: [lint]
workflows: [ Lint-markdown ]
types: [completed]

jobs:
Expand Down

0 comments on commit b3c4b82

Please sign in to comment.