mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-12 01:22:01 +00:00
[no-relnote] Use github.ref_name to detect PRs
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
9a07de0ee8
commit
6e9ff446c8
4
.github/workflows/image.yaml
vendored
4
.github/workflows/image.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
- centos7-x86_64
|
- centos7-x86_64
|
||||||
- centos8-ppc64le
|
- centos8-ppc64le
|
||||||
ispr:
|
ispr:
|
||||||
- ${{github.event_name == 'pull_request'}}
|
- ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
|
||||||
exclude:
|
exclude:
|
||||||
- ispr: true
|
- ispr: true
|
||||||
target: ubuntu18.04-arm64
|
target: ubuntu18.04-arm64
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
- ubi8
|
- ubi8
|
||||||
- packaging
|
- packaging
|
||||||
ispr:
|
ispr:
|
||||||
- ${{github.event_name == 'pull_request'}}
|
- ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
|
||||||
exclude:
|
exclude:
|
||||||
- ispr: true
|
- ispr: true
|
||||||
dist: ubi8
|
dist: ubi8
|
||||||
|
Loading…
Reference in New Issue
Block a user