Skip to content

Commit ed989c0

Browse files
committed
Remove the runs-on for resuable call step
1 parent bfe7953 commit ed989c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: ./scripts/check_version.py --version "v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}"
3636

3737
pipeline:
38-
runs-on: ubuntu-latest
3938
needs: [check_version]
4039
uses: ./.github/workflows/pipeline.yml
4140

0 commit comments

Comments
 (0)