Skip to content

Commit

Permalink
Sleep inside of runner start
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 21, 2023
1 parent a008b68 commit db9ff15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
--task-definition $TASK_DEF_NAME \
--launch-type FARGATE \
--network-configuration "awsvpcConfiguration={subnets=[$SUBNETS],securityGroups=[$SEC_GROUPS],assignPublicIp=ENABLED}"
sleep 40
fi
- name: Delay to allow for boot
run: sleep 20
setup:
needs: runner
Expand Down

0 comments on commit db9ff15

Please sign in to comment.