Skip to content

Make builds parallel and add bookworm and ubuntu 24.04 builds #124

Make builds parallel and add bookworm and ubuntu 24.04 builds

Make builds parallel and add bookworm and ubuntu 24.04 builds #124

name: Enforce Rebasing
on:
pull_request:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
rebase_job:
runs-on: ubuntu-latest
name: Enforce rebasing
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Is Rebased on master?
uses: cyberark/enforce-rebase@v2