diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d68be8a4..4bda9088 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,16 @@ on: permissions: read-all jobs: + mytests: + runs-on: ubuntu-latest + steps: + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + with: + script: | + core.debug('------------------------------------------------') + core.debug(${{ github.event.workflow_run.head_branch }}) + core.debug('------------------------------------------------') + ci: uses: ./.github/workflows/ci.yml permissions: read-all