Skip to content

Commit

Permalink
ci: add a create-status-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Mar 6, 2025
1 parent 5ee4e2f commit 5310f18
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/create-status-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Create Status Check
on:
workflow_run:
workflows: [test] # pull_request workflow name
types:
- completed
jobs:
create-status-check:
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions:
statuses: write # To update commit statuses
steps:
- uses: suzuki-shunsuke/status-check-workflow-run-action@79471ff024007dbc192e6ce0576f71960b1c144d # v0.1.1

0 comments on commit 5310f18

Please sign in to comment.