Skip to content

Commit 06b5eb7

Browse files
committed
test: verify $/ self-repo reference
1 parent 326e1ae commit 06b5eb7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/actions/request-docker-ci/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ description: >
88
Starts build.yaml ("Docker + Tests") by toggling the ``ci:run-docker`` label,
99
which is the only event that workflow triggers on. The token must be a GitHub
1010
App installation token; GitHub does not cascade GITHUB_TOKEN actions into new
11-
workflow runs, so a label applied with GITHUB_TOKEN starts nothing. Requires a
12-
prior checkout.
11+
workflow runs, so a label applied with GITHUB_TOKEN starts nothing.
1312
1413
inputs:
1514
pr-number:

.github/workflows/nightly-isaacsim-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
213213
# Gated on branch_changed so an unchanged open PR does not re-spend GPU
214214
# minutes every night.
215-
- uses: ./.github/actions/request-docker-ci
215+
- uses: $/.github/actions/request-docker-ci
216216
if: ${{ steps.pin.outputs.branch_changed == 'true' && !inputs.dry_run }}
217217
with:
218218
pr-number: ${{ steps.pr.outputs.pr_number }}

0 commit comments

Comments
 (0)