Skip to content

Commit

Permalink
fix: workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison authored Nov 2, 2024
1 parent e322f1e commit 7aa0641
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linear-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: linear ticket check
on:
push:
branches:
- main
pull_request:
types:
- opened
Expand All @@ -22,6 +19,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: tools/linear-checker/package-lock.json

- name: Check comment issues
working-directory: tools/linear-checker
Expand Down

0 comments on commit 7aa0641

Please sign in to comment.