Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Mar 13, 2024
1 parent 8da607b commit 724cbcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 724cbcf

Please sign in to comment.