Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moimikey committed Feb 20, 2024
1 parent 00bbd5c commit 83cac69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links-pr.yml
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
linkChecker:
check-links-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Expand Up @@ -7,7 +7,7 @@ on:
- cron: "00 18 * * *"

jobs:
linkChecker:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 83cac69

Please sign in to comment.