Skip to content

Commit

Permalink
update logic to check for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Oct 17, 2024
1 parent e7e1e2b commit 08c422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_references_docker:
if: contains(github.event.head_commit.message, 'scripts/references/')
if: ${{ contains(github.event.commits.*.modified || github.event.commits.*.added || github.event.commits.*.removed, 'scripts/references/') }}
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 08c422f

Please sign in to comment.