Skip to content

Commit

Permalink
Merge pull request #65 from Telecominfraproject/target_main_branch
Browse files Browse the repository at this point in the history
WIFI-13871 Target main branch
  • Loading branch information
carsten989 committed Jul 5, 2024
2 parents bbbfe14 + befbf5a commit 72f9171
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
#
name: CI

on:
push:
paths-ignore:
- '**.md'
branches:
- main
- next
- 'release/*'
tags:
- 'v*'
pull_request:
branches:
- main
- next
- 'release/*'

Expand Down Expand Up @@ -40,7 +43,7 @@ jobs:
registry_password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}

- name: Notify on failure via Slack
if: failure() && github.ref == 'refs/heads/next'
if: failure() && github.ref == 'refs/heads/main'
uses: rtCamp/action-slack-notify@v2
env:
SLACK_USERNAME: GitHub Actions failure notifier
Expand All @@ -51,7 +54,7 @@ jobs:

trigger-deploy-to-dev:
runs-on: ubuntu-latest
#if: github.ref == 'refs/heads/next'
#if: github.ref == 'refs/heads/main'
if: github.ref == 'zzzzzzz'
needs:
- docker
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fullnameOverride: ""
images:
cgw:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/cgw
tag: next
tag: latest
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io
Expand Down

0 comments on commit 72f9171

Please sign in to comment.