Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Jan 8, 2024
1 parent 2ba5163 commit 936a375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-run-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
echo "github.ref: ${{ github.ref }}"
echo "event.number: ${{ github.event.number }}"
if [ "${{ github.event_name }}" == "workflow_run" ] && [ "${{github.ref}}" != "refs/heads/main" ]; then
echo "container-tag=pr-${{github.event.number}}"
echo "{container-tag}={pr-${{github.event.number}}}" >> $GITHUB_OUTPUT
else
echo "container-tag=main"
echo "{container-tag}={main}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 936a375

Please sign in to comment.