Skip to content

test: cleaning up structure and comments in test_request_queue.py #34

test: cleaning up structure and comments in test_request_queue.py

test: cleaning up structure and comments in test_request_queue.py #34

Workflow file for this run

name: notify
on:
workflow_dispatch:
push:
branches: ["main"]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: benjlevesque/short-sha@v2.2
- uses: benc-uk/workflow-dispatch@v1.2.2
with:
repo: aws-solutions-library-samples/guidance-for-overhead-imagery-inference-on-aws
workflow: osml_update_submodules.yml
ref: dev
token: ${{ secrets.GUIDANCE_OSML_SUBMODULES_ACTION_10_24 }}
inputs: '{ "DISPATCH_REPO_NAME" : "${{ github.event.repository.name }}", "DISPATCH_REPO_SHA": "${{ env.SHA }}" }'