Skip to content

Commit

Permalink
fix: removed backend and migrations support from merge & pr-close
Browse files Browse the repository at this point in the history
  • Loading branch information
cpberg committed Dec 23, 2024
1 parent c21de30 commit 95ef9e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend, frontend]
name: [ frontend ]
steps:
- uses: actions/checkout@v4
- uses: grafana/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
matrix:
dir: [frontend]
include:
- dir: backend
token: SONAR_TOKEN_BACKEND
- dir: frontend
token: SONAR_TOKEN_FRONTEND
token: ${{secrets.SONAR_TOKEN_FRONTEND}}
steps:
- uses: bcgov-nr/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
packages: write
strategy:
matrix:
package: [migrations, backend, frontend]
package: [ frontend ]
timeout-minutes: 1
steps:
- uses: shrink/actions-docker-registry-tag@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: helm
packages: backend frontend migrations
packages: frontend

cleanup_db: # TODO move it off to another action later.
name: Remove DB User from crunchy
Expand Down

0 comments on commit 95ef9e7

Please sign in to comment.