Skip to content

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 #868

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 #868

Workflow file for this run

name: Test Docker Build
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.rst'
- '**.md'
- '.flake8'
- '.pre-commit-config.yaml'
- '.readthedocs.yaml'
jobs:
build:
name: test image build
runs-on: ubuntu-latest
steps:
# Fetch all history for all tags and branches
- name: clone socs
uses: actions/checkout@v4
with:
fetch-depth: 0
# Dockerize
- name: Build docker images
run: |
docker-compose build