Skip to content

Commit a6e57b4

Browse files
attempt to force NEMs CI to run
1 parent 8048925 commit a6e57b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
nems-event-processor:
9999
name: NEMs Event Processor CI
100100
needs: [get_changed_files]
101-
if: contains(needs.get_changed_files.outputs.changed, 'services/nems-event-processor') || contains(needs.get_changed_files.outputs.changed, './github/')
101+
if: contains(needs.get_changed_files.outputs.changed, 'services/nems-event-processor') || contains(needs.get_changed_files.outputs.changed, '.github/')
102102
uses: "./.github/workflows/base-java-service-jobs.yml"
103103
with:
104104
service: nems-event-processor

0 commit comments

Comments
 (0)