We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7528a4b commit a2e0c00Copy full SHA for a2e0c00
.github/workflows/site.preview.yml
@@ -43,7 +43,7 @@ jobs:
43
ddev_project_tld: sites.thinkdrop.net
44
45
# Tell the remote workflow what to run on.
46
- github_runs_on: ubuntu-latest
+ github_runs_on: github.actions.runner.${{ github.run_id }}.${{ matrix.runner }}
47
48
# Define a github environment name.
49
github_environment: pr${{ github.event.number }}
0 commit comments