We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecf6d1 commit 62c87a9Copy full SHA for 62c87a9
.github/workflows/k8s_edit.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
k8-edit:
17
name: 'K8: Edit'
18
- runs-on: [self-hosted, "${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}"]
+ runs-on: [self-hosted, "${{ github.event_name == 'release' && 'prod' || github.event.pull_request.base.ref }}"]
19
environment: ${{ github.event_name == 'release' && 'prod' || 'dev' }}
20
env:
21
KUBERNETES_CLUSTER_REPO_NAME: "${{ vars.KUBERNETES_CLUSTER_REPO_NAME }}"
0 commit comments