diff --git a/actions/actions.sh b/actions/actions.sh index 8eb7a76..321524a 100755 --- a/actions/actions.sh +++ b/actions/actions.sh @@ -171,9 +171,5 @@ function test_actions() { if dpkg --compare-versions $version ge 9.0; then run actions_verify_example schedule-noncancel fi - - if dpkg --compare-versions $version ge 10.0 && dpkg --compare-versions $runner_version gt 5.0.4; then - run actions_verify_example branding-v10 - fi done } diff --git a/actions/example-branding-v10/.forgejo/workflows/test.yml b/actions/example-branding-v10/.forgejo/workflows/test.yml deleted file mode 100644 index a51b8fa..0000000 --- a/actions/example-branding-v10/.forgejo/workflows/test.yml +++ /dev/null @@ -1,14 +0,0 @@ -on: [push] - -jobs: - test: - runs-on: docker - container: - image: code.forgejo.org/oci/node:20-bookworm - steps: - - name: FORGEJO_TOKEN - run: | - set -x - test "$FORGEJO_TOKEN" - test "$FORGEJO_TOKEN" = "${{ env.FORGEJO_TOKEN }}" - test "$FORGEJO_TOKEN" = "${{ github.TOKEN }}"