Skip to content

Commit

Permalink
Attempt to make configured build run (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreatorex authored Oct 21, 2023
1 parent 8f5a153 commit 01c4c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

build-configured-images:
name: Build configured images
#if: github.event_name != 'pull_request'
if: "github.event_name != 'pull_request' && ${{ always() }}"
needs:
- enumerate-configs
- build-base-image-docker-hub
Expand Down

0 comments on commit 01c4c40

Please sign in to comment.