Skip to content

Commit

Permalink
ci: Update reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 12, 2025
1 parent 8abab29 commit 56b635c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ concurrency:
cancel-in-progress: true

jobs:
deny:
uses: taiki-e/github-actions/.github/workflows/deny.yml@main
miri:
uses: taiki-e/github-actions/.github/workflows/miri.yml@main
with:
Expand All @@ -51,6 +49,9 @@ jobs:
pull-requests: write # for gh pr edit --add-assignee
repository-projects: read # for gh pr edit --add-assignee
secrets: inherit
with:
check-external-types: false
docs: false

test:
strategy:
Expand Down

0 comments on commit 56b635c

Please sign in to comment.