Skip to content

Commit

Permalink
ci: previous property is not working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Dec 19, 2023
1 parent 02f012a commit d154f63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/url-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ on:
concurrency:
group: url-${{ github.ref }}
cancel-in-progress: true



name: Broken URL check
jobs:
markdown-link-check:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- id: checkout
name: Checkout Repository
Expand Down

0 comments on commit d154f63

Please sign in to comment.