Skip to content

feat: context aware concurrent S3 #31

feat: context aware concurrent S3

feat: context aware concurrent S3 #31

Workflow file for this run

name: kit-dev
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
workflow_dispatch: {}
jobs:
build:
uses: ./.github/workflows/build.yml
success:
runs-on: ubuntu-latest
if: success()
needs: [build]
steps:
- run: echo "workflow was successful"