diff --git a/.github/workflows/_sandbox.yaml b/.github/workflows/_sandbox.yaml index 7b90b72ca..8d4b0de5e 100644 --- a/.github/workflows/_sandbox.yaml +++ b/.github/workflows/_sandbox.yaml @@ -25,7 +25,7 @@ jobs: a smooth integration process once the changes are ready to be merged. Usage: - + 1. In your development branch, modify the sandbox.yml workflow file to include the new actions you want to test. Make sure to commit the changes to the development branch. @@ -39,3 +39,9 @@ jobs: revert the changes to the sandbox.yml file in the main branch to keep it empty for future testing. EOF + + + finalize: + if: "!cancelled()" + uses: ./.github/workflows/_finalize.yaml + secrets: inherit