Simplify build job condition in docker-worker.yml

Removed conditional check for src/RemoteExec.Worker changes.
This commit is contained in:
Stone_Red
2025-12-30 18:18:59 +01:00
committed by GitHub
parent 0b7df1d4ed
commit ace64b5c25
-1
View File
@@ -9,7 +9,6 @@ on:
jobs:
build:
if: contains(github.event.head_commit.modified, 'src/RemoteExec.Worker/') || contains(github.event.head_commit.added, 'src/RemoteExec.Worker/') || contains(github.event.head_commit.removed, 'src/RemoteExec.Worker/')
runs-on: ubuntu-latest
name: Build & Push Worker Image
steps: