Skip to content

Commit

Permalink
Remove the runs-on for resuable call step
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxDevon committed Jan 29, 2024
1 parent bfe7953 commit ed989c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: ./scripts/check_version.py --version "v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}"

pipeline:
runs-on: ubuntu-latest
needs: [check_version]
uses: ./.github/workflows/pipeline.yml

Expand Down

0 comments on commit ed989c0

Please sign in to comment.