ci: trigger on high-performance push
This commit is contained in:
parent
f332d78f14
commit
0944d4f4e3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sync-to-gitea.yml
vendored
4
.github/workflows/sync-to-gitea.yml
vendored
|
|
@ -3,7 +3,7 @@ name: sync-to-gitea
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- high-performance
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
|
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
echo "Syncing ${{ github.event.repository.name }}:main → Gitea high-performance"
|
echo "Syncing ${{ github.event.repository.name }}:high-performance → Gitea high-performance"
|
||||||
echo "Commit: $(git rev-parse HEAD)"
|
echo "Commit: $(git rev-parse HEAD)"
|
||||||
|
|
||||||
git remote add gitea "https://${GITEA_USERNAME}:${GITEA_TOKEN}@ci.nxtgauge.com/Admin/${{ github.event.repository.name }}.git"
|
git remote add gitea "https://${GITEA_USERNAME}:${GITEA_TOKEN}@ci.nxtgauge.com/Admin/${{ github.event.repository.name }}.git"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue