Skip to content

Commit

Permalink
Drop common container from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 15, 2024
1 parent 0704283 commit dd7d5d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
package: [backend, common, database, frontend, oracle-api, sync]
package: [backend, database, frontend, oracle-api, sync]
steps:
- uses: shrink/actions-docker-registry-tag@v4
with:
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,5 +18,5 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: label
packages: database backend frontend oracle-api sync common
packages: database backend frontend oracle-api sync

2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write
strategy:
matrix:
package: [database, common, backend, frontend, oracle-api, sync]
package: [database, backend, frontend, oracle-api, sync]
steps:
- uses: bcgov-nr/[email protected]
id: build
Expand Down

0 comments on commit dd7d5d8

Please sign in to comment.