Skip to content

Commit

Permalink
chore: remove test branch
Browse files Browse the repository at this point in the history
change from sidebranch ref back to normal
  • Loading branch information
jlangy committed Jan 22, 2025
1 parent 2b3ade9 commit 89bef94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aggregator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
EOF
- name: Set env to Production
if: (github.ref == 'refs/heads/ssoteam-1919' && github.event_name == 'push')
if: (github.ref == 'refs/heads/main' && github.event_name == 'push')
run: |
cat >> $GITHUB_ENV <<EOF
OPENSHIFT_TOKEN=${{ secrets.PROD_OPENSHIFT_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- dev
- ssoteam-1919
paths:
- helm/grafana/**
- .github/workflows/deploy-dashboard.yaml
Expand Down Expand Up @@ -34,7 +33,7 @@ jobs:
EOF
- name: Set env to Production
if: (github.ref == 'refs/heads/ssoteam-1919' && github.event_name == 'push')
if: (github.ref == 'refs/heads/main' && github.event_name == 'push')
run: |
cat >> $GITHUB_ENV <<EOF
OPENSHIFT_TOKEN=${{ secrets.PROD_OPENSHIFT_TOKEN }}
Expand Down

0 comments on commit 89bef94

Please sign in to comment.