Skip to content

[Azure Tables] Check if request body exists before trying to convert it to JSON #1084

[Azure Tables] Check if request body exists before trying to convert it to JSON

[Azure Tables] Check if request body exists before trying to convert it to JSON #1084

Workflow file for this run

name: packages
on:
workflow_call: ~
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/packages