Skip to content

Commit 2bfe36e

Browse files
committed
Run runner again to be sure it is idempotent.
1 parent bfcc978 commit 2bfe36e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ jobs:
4949
--name=${RUNNER_CONFIG_NAME} \
5050
--config-sh-options=--ephemeral
5151
52+
- name: Run again
53+
run: |
54+
./github-runner-installer \
55+
--run \
56+
--name=${RUNNER_CONFIG_NAME} \
57+
--config-sh-options=--ephemeral
58+
5259
run:
5360
name: Run Tasks
5461
runs-on: "jonpugh@github-runner.${{ github.run_id }}"
@@ -64,3 +71,7 @@ jobs:
6471
echo "Hostname: $(hostname -f)"
6572
echo "Environment:"
6673
env
74+
75+
- name: A second task
76+
run: |
77+
echo "Confirmed."

0 commit comments

Comments
 (0)