Skip to content

Commit

Permalink
Update run-ec2.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Campos <mail@ruicampos.org>
  • Loading branch information
RuiFilipeCampos authored Jan 29, 2024
1 parent 791b2a9 commit 0ced2a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: echo 'Hello World!'
- name: Write stuff
run: echo 'hi, Im indeed running on ec2 :D' >> /test.txt
- name: Wait for a bit
run: |
echo "Running ..."
sleep 60
stop-runner:
name: Stop self-hosted EC2 runner
needs:
Expand Down

0 comments on commit 0ced2a2

Please sign in to comment.