Skip to content

Commit

Permalink
Change GitHub Actions workflow to use main branch for roboto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Dec 20, 2023
1 parent 8786993 commit dd0bd50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Workflow
on:
push:
branches:
- dev
- main

jobs:
prepare-matrix:
Expand Down
4 changes: 2 additions & 2 deletions actions/px4_flight_review/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "px4_flight_review",
"description": "This Action creates a .html file with PX4 Flight Plots",
"compute_requirements": {
"vCPU": 512,
"memory": 1024,
"vCPU": 1024,
"memory": 2048,
"storage": 21
},
"parameters": [
Expand Down
4 changes: 2 additions & 2 deletions actions/ulog_info/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"compute_requirements": {
"vCPU": 512,
"memory": 1024,
"vCPU": 1024,
"memory": 2048,
"storage": 21
},
"tags": [
Expand Down
4 changes: 2 additions & 2 deletions actions/ulog_to_csv/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

],
"compute_requirements": {
"vCPU": 512,
"memory": 1024,
"vCPU": 1024,
"memory": 2048,
"storage": 21
},
"tags": [
Expand Down

0 comments on commit dd0bd50

Please sign in to comment.