Update build.yml
This commit is contained in:
parent
439a356446
commit
e4a9a9f854
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -12,13 +12,12 @@ concurrency:
|
|||
|
||||
env:
|
||||
DEV_ENVIRONMENT: ${{ github.ref_name != 'main' }}
|
||||
IS_REPO_OWNER: ${{ github.repository_owner == 'TerraFirmaGreg-Team' }}
|
||||
|
||||
jobs:
|
||||
info:
|
||||
name: 🖥️ Project Info
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ env.IS_REPO_OWNER }}
|
||||
if: ${{ github.repository_owner == 'TerraFirmaGreg-Team' }}
|
||||
outputs:
|
||||
project_version: ${{ steps.check.outputs.project_version }}
|
||||
project_name: ${{ steps.check.outputs.project_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue