Browse Source

fix: labels were incorrect, hopefully this one is correct

document-upload-removal-layout-update
nic 8 months ago
parent
commit
f83a344928
  1. 4
      .github/workflows/build_and_deploy.yaml

4
.github/workflows/build_and_deploy.yaml

@ -8,7 +8,7 @@ on:
jobs:
build-and-deploy-dev:
if: github.ref_name != 'prod'
runs-on: [self-hosted, work-dev]
runs-on: [self-hosted, Windows, X64]
steps:
- name: Checkout code
@ -20,7 +20,7 @@ jobs:
build-and-deploy-prod:
if: github.ref_name == 'prod'
runs-on: [self-hosted, work-dev]
runs-on: [self-hosted, Windows, X64]
steps:
- name: Checkout code

Loading…
Cancel
Save