From 1d8100248049897b4da7a7847fc03298ef833243 Mon Sep 17 00:00:00 2001 From: Yves Date: Wed, 20 Dec 2023 12:04:39 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- actions/px4_flight_review/action.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4b2862..f03f55a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - id: set-matrix run: | - changed_dirs=$(git diff --name-only HEAD^ HEAD | grep '^actions/' | cut -d'/' -f1-3 | uniq) + changed_dirs=$(git diff --name-only HEAD^ HEAD | grep '^actions/' | cut -d'/' -f1-2 | uniq) if [ -z "$changed_dirs" ]; then echo "::set-output name=has-changes::false" else diff --git a/actions/px4_flight_review/action.json b/actions/px4_flight_review/action.json index 3b4c4c7..54737cc 100644 --- a/actions/px4_flight_review/action.json +++ b/actions/px4_flight_review/action.json @@ -2,7 +2,7 @@ "name": "px4_flight_review", "description": "This Action creates a .html file with PX4 Flight Plots", "compute_requirements": { - "vCPU": 1024, + "vCPU": 512, "memory": 1024, "storage": 21 },