diff --git a/.github/workflows/version.yaml b/.github/workflows/pr_checks.yaml similarity index 74% rename from .github/workflows/version.yaml rename to .github/workflows/pr_checks.yaml index 6e32d9e148..d1cd214c23 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/pr_checks.yaml @@ -1,6 +1,6 @@ -# Check that the version number format matches the current branch +# Checks for each PR -name: Version Numbering +name: PR checks on: pull_request: @@ -9,7 +9,8 @@ on: jobs: - check: + check_version: + name: check version number runs-on: ubuntu-latest steps: