Skip to content

Commit

Permalink
chore: temp remove check [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Mar 13, 2024
1 parent d69379b commit 51d395b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/_03_release_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
shell: bash
run: ./ci/scripts/check_changelog.sh ${{ inputs.tag }}

check-runtime-spec-version:
runs-on: ubuntu-latest
steps:
- name: Checkout 🏁
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Check changelog 📝
shell: bash
run: ./ci/scripts/check_runtime_spec_version.sh ${{ inputs.network }}
# check-runtime-spec-version:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout 🏁
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
#
# - name: Check changelog 📝
# shell: bash
# run: ./ci/scripts/check_runtime_spec_version.sh ${{ inputs.network }}

0 comments on commit 51d395b

Please sign in to comment.