Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed May 14, 2024
1 parent 9444a24 commit b624cd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ jobs:
sandbox:
runs-on: ubuntu-22.04
steps:
- name: Trigger `CI` workflow on subset of tests
uses: aurelien-baudet/workflow-dispatch@v2.1.1
with:
workflow: "CI"
token: ${{ secrets.GITHUB_TOKEN }}
wait-for-completion: false
ref: ko3n1g/ci/add-watchdog

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit b624cd8

Please sign in to comment.