From f487dbb4505dc40616be8adae45a2b694c763a9c Mon Sep 17 00:00:00 2001 From: David Timber Date: Thu, 14 Nov 2024 08:25:46 +0100 Subject: Have separate branches for Github and Gitlab --- .github/workflows/snapshot-automation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/snapshot-automation.yml b/.github/workflows/snapshot-automation.yml index b6279cd2..15fdbedd 100644 --- a/.github/workflows/snapshot-automation.yml +++ b/.github/workflows/snapshot-automation.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + ref: github - name: Run make run: | make clean -- cgit