mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: run all jobs if docker-compose.yml changes (#9639)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -78,6 +78,12 @@ jobs:
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
# Run all jobs if docker-compose changes
|
||||
if grep -q '^docker-compose.yml' changed_files.txt; then
|
||||
echo "jobs_to_run=$jobs" >> $GITHUB_OUTPUT
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
jobs="static-analysis" # Always run static-analysis
|
||||
|
||||
if grep -q '^rust/' changed_files.txt; then
|
||||
|
||||
Reference in New Issue
Block a user