Skip to content

Commit

Permalink
Merge pull request #3383 from bcgov/feat/3372
Browse files Browse the repository at this point in the history
chore(3372): rename helm/secdash to tools
  • Loading branch information
junminahn authored Jul 19, 2024
2 parents bc0721d + 39e90cb commit c8fca25
Show file tree
Hide file tree
Showing 46 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-tools.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 22.Build and Push Security Dashboard Images
name: 22.Build and Push Tools Images

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-tools.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 05.Deploy Security Dashboard
name: 05.Deploy Tools

on:
push:
branches:
- main
paths:
- .github/workflows/deploy-tools.yml
- helm/secdash/**
- helm/tools/**

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
run: |
make upgrade \
NAMESPACE=${{ vars.OPENSHIFT_NAMESPACE }}
working-directory: ./helm/secdash
working-directory: ./helm/tools
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c8fca25

Please sign in to comment.