Skip to content

Commit

Permalink
Add rebase check workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jul 10, 2023
1 parent 98ea8d8 commit a4c020b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rebase_checker.yaml
@@ -0,0 +1,8 @@
---
name: Check that 'main' is not merged into the development branch

on: pull_request

jobs:
call-workflow:
uses: lsst/rubin_workflows/.github/workflows/rebase_checker.yaml@main

0 comments on commit a4c020b

Please sign in to comment.