Skip to content

Commit

Permalink
dev: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed May 5, 2022
1 parent 2596cea commit f74b11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ on: [push, pull_request]
jobs:
lint-commits:
uses: doomemacs/ci/.github/workflows/lint-commits.yml@legacy
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
- cron: '0 */12 * * *' # twice, daily
jobs:
triage:
use: doomemacs/ci/.github/workflows/triage.yml@legacy
uses: doomemacs/ci/.github/workflows/triage.yml@legacy

0 comments on commit f74b11b

Please sign in to comment.