mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-23 12:49:53 +00:00
[no-relnote] Remove on push trigger
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
82ccae23b1
commit
adbe127afd
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
@ -27,7 +27,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
e2e-tests:
|
e2e-tests:
|
||||||
runs-on: linux-amd64-cpu4
|
runs-on: linux-amd64-cpu4
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user