Compare commits

..

No commits in common. "main" and "v2.13.0" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View file

@ -3,11 +3,10 @@ on:
push:
branches:
- "**"
branches-ignore:
- renovate/** # they are build via PR
- !renovate/**
env:
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
FORGEJO_VERSION: 11.0.14 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
jobs:
integration:

View file

@ -3,8 +3,7 @@ on:
push:
branches:
- '**'
branches-ignore:
- renovate/** # they are build via PR
- !renovate/**
jobs:
tests:

View file

@ -18,7 +18,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${DELAY:=10}
: ${SKIP_ASSETS:=false}
RELEASE_NOTES_ASSISTANT_VERSION=v1.7.3 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
RELEASE_NOTES_ASSISTANT_VERSION=v1.7.1 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
TAG_FILE="$TMP_DIR/tag$$.json"
TAG_URL=$(echo "$TAG" | sed 's/\//%2F/g')