aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-24 06:40:04 +0200
committerGravatar GitHub <[email protected]>2020-11-24 06:40:04 +0200
commit95cc3d26ffc7b9fa9b869ffa0086a7db04687170 (patch)
treebd8d0f89413f64b0f268977db7ed62be604638d1 /.github
parentCheck event for build and push job (diff)
Remove unnecessary if check from Kubernetes job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/forms-backend.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml
index b2f1adc..8a3eed8 100644
--- a/.github/workflows/forms-backend.yml
+++ b/.github/workflows/forms-backend.yml
@@ -97,7 +97,6 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
- if: github.ref == 'refs/heads/main'
steps:
- name: Create SHA Container Tag