Skip to content

Test pr

Test pr #2

Workflow file for this run

name: On Pull Request Update
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
build-docker:
name: "Build Container"
uses: ./.github/workflows/callable-build-docker.yml
secrets: inherit
with:
push: false