From 6818068eec025dd7ca18a199c9f07ee9e773cec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Mon, 31 Mar 2025 12:37:10 +0100 Subject: [PATCH] chore: renamed scratchpad --- .github/workflows/{_sandbox.yml => _scratchpad.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{_sandbox.yml => _scratchpad.yml} (90%) diff --git a/.github/workflows/_sandbox.yml b/.github/workflows/_scratchpad.yml similarity index 90% rename from .github/workflows/_sandbox.yml rename to .github/workflows/_scratchpad.yml index 183d12dc..ddd84772 100644 --- a/.github/workflows/_sandbox.yml +++ b/.github/workflows/_scratchpad.yml @@ -1,4 +1,4 @@ -name: Sandbox +name: Scratchpad on: workflow_dispatch: @@ -14,10 +14,10 @@ permissions: id-token: write jobs: - gen-docs: + test: runs-on: ubuntu-latest steps: - - run: echo Sandbox + - run: echo Scratchpad env: GH: ${{ toJson(github) }} GHE: ${{ toJson(github.event) }}