Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Aug 30, 2023
1 parent 295124b commit 2095a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Check Markdown

on:
pull_request:
workflow_dispatch:
types: [opened, synchronize, reopened, ready_for_review]

permissions:
packages: read

jobs:
lint-markdown:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout sources
Expand Down

0 comments on commit 2095a28

Please sign in to comment.