Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Dec 20, 2023
1 parent db85a18 commit 1d81002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions/px4_flight_review/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 1d81002

Please sign in to comment.