Skip to content

Commit

Permalink
remove version check since latest tag is checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed May 6, 2024
1 parent a24c36e commit 8efc669
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,8 @@ on:
workflow_dispatch:

jobs:
version_check:
name: Confirm Whole Version Number
runs-on: macos-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: Grep Version in DESCRIPTION
shell: bash
run: grep -E "Version:\s\d+\.\d+\.\d+$" $GITHUB_WORKSPACE/DESCRIPTION
build-website:
name: build website PR
needs: [version_check]
runs-on: macos-latest
steps:
- name: checkout repository
Expand Down

0 comments on commit 8efc669

Please sign in to comment.