loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request '[CI] backport workaround to avoid duplicated job runs' (#2934) from earl-warren/forgejo:wip-backport-workaround into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2934
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+1 -1
+1 -1
.forgejo/workflows/backport.yml
··· 73 73 echo "target-branch: ${{ fromJSON(steps.extract-targets.outputs.targets)[0] }}" 74 74 echo "pull-request: ${{ github.event.pull_request.url }}" 75 75 76 - - uses: https://code.forgejo.org/actions/git-backporting@v4.6.0 76 + - uses: https://code.forgejo.org/forgejo/git-backporting@23967a28fa7fed4c139e224e905d99b26fc42e94 77 77 with: 78 78 target-branch: ${{ fromJSON(steps.extract-targets.outputs.targets)[0] }}/forgejo 79 79 strategy: ort