Skip to content

Commit

Permalink
wip: always run checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed May 3, 2024
1 parent 577ea1f commit aecde7d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Check Docker images

on:
pull_request:
paths:
- Dockerfile
- Dockerfile.windows
- Makefile
- 'tools/make/*'
pull_request: {}
# pull_request:
# paths:
# - Dockerfile
# - Dockerfile.windows
# - Makefile
# - 'tools/make/*'

jobs:
# NOTE(rfratto): We only test building the Docker images for the host
Expand All @@ -27,5 +28,3 @@ jobs:
- name: Build image
run: |
docker build -t alloy-test:latest -f Dockerfile.windows .

0 comments on commit aecde7d

Please sign in to comment.