Skip to content

Commit 0626488

Browse files
authored
chore: update task-definition-run-task.json (#599)
Update task definition file to contain a new task definition family name when a stand alone task is run
1 parent 4c28086 commit 0626488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task-definition-run-task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"memory": "512",
19-
"family": "github-actions-deploy-task-def-integ-tests",
19+
"family": "github-actions-deploy-task-def-integ-tests-run-task",
2020
"requiresCompatibilities": [
2121
"FARGATE"
2222
],

0 commit comments

Comments
 (0)