We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f491be1 commit 55dc94cCopy full SHA for 55dc94c
.github/workflows/deploy-lgtm-gke.yaml
@@ -24,7 +24,6 @@ on:
24
push:
25
branches:
26
- main
27
- - feature/integrate-keycloak-sso
28
paths:
29
- 'lgtm-stack/terraform/**'
30
- '.github/workflows/deploy-lgtm-gke.yaml'
@@ -208,7 +207,7 @@ jobs:
208
207
runs-on: ubuntu-latest
209
needs: [terraform-plan]
210
if: |
211
- (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/integrate-keycloak-sso')) ||
+ (github.event_name == 'push' && github.ref == 'refs/heads/main') ||
212
(github.event_name == 'workflow_dispatch' && github.event.inputs.terraform_action == 'apply')
213
environment:
214
name: production
0 commit comments