Files
MacOS-Clear-script/.gitea/workflows/auto-rebase.yml
Skydust 49ac141adb
Some checks failed
Rebase Remote Branches / rebase-branches (push) Successful in 3s
Production deployment / Building and pushing (push) Failing after 3s
Updating clear script release
2025-01-12 12:15:36 +01:00

22 lines
436 B
YAML

name: Rebase Remote Branches
on:
push:
branches:
- dev
# Disable multiple workflows at the same time
concurrency:
group: ${{ github.head_ref || github.ref_name }}
jobs:
rebase-branches:
runs-on: skydust-runner
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Rebase
uses: https://gitea.skydust.fr/actions/auto-rebase@main