Skip to content

Commit

Permalink
Add reusable all-checks-passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis committed Jan 30, 2025
1 parent b75245d commit f928f28
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/all-checks-passed.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
name: all-checks-passed
on:
pull_request:
types:
[
opened,
synchronize,
reopened,
ready_for_review,
edited,
labeled,
milestoned,
]
name: pull-all-checks-passed
on: workflow_call

jobs:
all-checks:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/pull-all-checks-passed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pull-all-checks-passed
on:
pull_request:
types:
[
opened,
synchronize,
reopened,
ready_for_review,
edited,
labeled,
milestoned,
]

jobs:
pull-all-checks:
uses: ./.github/workflows/all-checks-passed.yml

0 comments on commit f928f28

Please sign in to comment.