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 8027c9b commit fa180e6
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 fa180e6

Please sign in to comment.