Skip to content

Commit 385c320

Browse files
authored
Merge pull request #209 from sanger/patch-ci
Update check_release_version.yml
2 parents 5babb38 + a770406 commit 385c320

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/check_release_version.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,5 @@ on:
77
- master
88

99
jobs:
10-
check:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
15-
- name: Get specific changed files
16-
id: changed-files-specific
17-
uses: tj-actions/changed-files@v41
18-
with:
19-
files: |
20-
.release-version
21-
22-
- name: Run step looking for change in the release version
23-
run: >-
24-
if ! "${{ steps.changed-files-specific.outputs.any_changed }}"; then
25-
echo "Please change the release version number"
26-
exit 1;
27-
fi
10+
check-release-verion:
11+
uses: sanger/.github/.github/workflows/check-release-version.yml@master

0 commit comments

Comments
 (0)