Skip to content

Commit

Permalink
borrowing work-around for analyzing forced pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
koomie committed Jun 2, 2022
1 parent 29c17a2 commit ddba77f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Expand Up @@ -14,7 +14,7 @@ defaults:
jobs:
docker-ci:
runs-on: ubuntu-latest
name: "Manage CI docker image (CPU)"
name: "CI docker image (CPU)"
env:
DOCKERFILE: docker/test/Dockerfile
steps:
Expand All @@ -23,6 +23,7 @@ jobs:
fetch-depth: 0
- uses: jitterbit/get-changed-files@v1
id: files
continue-on-error: true
- name: Dockerfile configuration
run: echo "DOCKERFILE=$DOCKERFILE"
- name: Docker Image - check if CI Dockerfile changed
Expand Down

0 comments on commit ddba77f

Please sign in to comment.