Skip to content

Commit 809cd42

Browse files
committed
Wrong runs-on.
1 parent a2e0c00 commit 809cd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/site.preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
./github-runner-starter \
2626
--run \
2727
--name=github.actions.runner.${{ github.run_id }}.${{ matrix.runner }} \
28-
--labels=github.actions.runner.${{ github.run_id }}.${{ matrix.runner }} \
28+
--labels=github.actions.runner.${{ github.run_id }} \
2929
--config-sh-options=--ephemeral
3030
3131
create-site:
@@ -43,7 +43,7 @@ jobs:
4343
ddev_project_tld: sites.thinkdrop.net
4444

4545
# Tell the remote workflow what to run on.
46-
github_runs_on: github.actions.runner.${{ github.run_id }}.${{ matrix.runner }}
46+
github_runs_on: github.actions.runner.${{ github.run_id }}
4747

4848
# Define a github environment name.
4949
github_environment: pr${{ github.event.number }}

0 commit comments

Comments
 (0)