Skip to content

Testing docker runtime inside the CI #7

Testing docker runtime inside the CI

Testing docker runtime inside the CI #7

Workflow file for this run

name: Push
on:
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
docker:
uses: ./.github/workflows/docker.yml