Browse Source

Remove test value

pull/37/head
Micaiah Martin 3 years ago
parent
commit
c71f1aa6b4
  1. 2
      .github/workflows/update-versions.yml

2
.github/workflows/update-versions.yml

@ -8,7 +8,7 @@ on: @@ -8,7 +8,7 @@ on:
jobs:
setup:
name: Setup
if: github.ref_name == 'DEVOPS-873-update-self-host-update-version-to-support-monorepo' || github.ref_name == 'rc' || github.ref_name == 'hotfix'
if: github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'hotfix'
runs-on: ubuntu-20.04
outputs:
core_version: ${{ steps.get-core.outputs.version }}

Loading…
Cancel
Save