Skip to content

Commit 503016a

Browse files
author
jparisu
committed
Configure CI so specific job only runs if label is not set
Signed-off-by: jparisu <[email protected]>
1 parent d843083 commit 503016a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ jobs:
301301
runs-on: ubuntu-22.04
302302
steps:
303303

304-
- name: Python Linter
304+
- name: Version updated
305305
uses: eProsima/eProsima-CI/ubuntu/check_version_update@feature/versions-update
306306
with:
307+
if: contains(github.event.pull_request.labels.*.name, 'no version update required')
307308
version-file-path: docs/rst/notes/forthcoming_version.rst

0 commit comments

Comments
 (0)