Skip to content

Commit

Permalink
Test no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbown committed Oct 18, 2024
1 parent 928a085 commit e4149a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-check-images-tags-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Check image tags exist for coordinator
uses: ./.github/actions/check-image-tags-exist
if: ${{ inputs.coordinator_changed == 'false' }}
if: ${{ inputs.coordinator_changed != 'false' }}
id: check_image_tags_exist_coordinator
with:
last_commit_tag: ${{ inputs.last_commit_tag }}
Expand Down
1 change: 1 addition & 0 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -673,3 +673,4 @@ services:
- loki
networks:
- linea

0 comments on commit e4149a8

Please sign in to comment.