Skip to content

Commit

Permalink
Merge pull request #4 from kroma-network/ci/change-lint-link-trigger
Browse files Browse the repository at this point in the history
ci: change lint link trigger
  • Loading branch information
ccrayz authored Mar 21, 2024
2 parents 08f055e + 86478a1 commit 1adff56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint Links

on:
pull_request:
paths:
- "specs/**"
schedule:
- cron: "0 0 * * *"
jobs:
Expand All @@ -20,4 +23,4 @@ jobs:
fields: repo,commit,author,action
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: failure()
if: failure() && github.event_name == 'schedule'

0 comments on commit 1adff56

Please sign in to comment.