Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jan 14, 2025
1 parent 476ed72 commit 6c9d6d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gpu-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ jobs:
aws_instance_type: g4dn.xlarge
aws_region_name: us-east-1
aws_home_dir: /home/ubuntu
aws_tags: '[{"Application": "chodera-lab", "Application-ID (APM)": "APM0003545", "Cost-Center": "50612", "Owner-Email": "[email protected]", "Env": "research"}]'
aws_tags: >
[
{"Key": "Application", "Value": "chodera-lab"},
{"Key": "Application-ID (APM)", "Value": "APM0003545"},
{"Key": "Cost-Center", "Value": "50612"},
{"Key": "Owner-Email", "Value": "[email protected]"},
{"Key": "Env", "Value": "research"}
]
env:
GH_PAT: ${{ secrets.GH_PAT }}

Expand Down

0 comments on commit 6c9d6d0

Please sign in to comment.