Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
3e469f937c Update .forgejo/workflows/build.yaml
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 26s
2026-03-16 22:51:43 +00:00
bfe7415f9d Update .forgejo/workflows/trigger.yaml
Some checks failed
Trigger CI Pipeline / dispatch (push) Has been cancelled
2026-03-16 22:51:20 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Checkout Continuwuity - name: Checkout Continuwuity
run: | run: |
REF=${{ github.event.client_payload.ref || 'main' }} REF=${{ github.event.client_payload.ref || 'deployment' }}
git clone --depth 1 --branch "${REF##refs/heads/}" \ git clone --depth 1 --branch "${REF##refs/heads/}" \
http://forgejo.tooling.svc.cluster.local:3000/ember/continuwuity.git . http://forgejo.tooling.svc.cluster.local:3000/ember/continuwuity.git .

View file

@ -3,7 +3,7 @@ name: Trigger CI Pipeline
on: on:
push: push:
branches: branches:
- main - deployment
jobs: jobs:
dispatch: dispatch: