Skip to content

Commit

Permalink
Uncomment build job.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Sep 25, 2024
1 parent ec240ea commit b8879a9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ concurrency:

jobs:
# # https://github.com/bcgov-nr/action-builder-ghcr
# builds:
# name: Builds
# runs-on: ubuntu-latest
# strategy:
# matrix:
# package: [backend, frontend]
# timeout-minutes: 20
# steps:
# - uses: bcgov-nr/action-builder-ghcr@v2.2.0
# with:
# keep_versions: 50
# package: ${{ matrix.package }}
# tag: ${{ github.event.number }}
# tag_fallback: latest
# triggers: ('${{ matrix.package }}/')
builds:
name: Builds
runs-on: ubuntu-latest
strategy:
matrix:
package: [database, backend]
timeout-minutes: 20
steps:
- uses: bcgov-nr/action-builder-ghcr@v2.2.0
with:
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')

deploy:
name: Deploy
Expand Down

0 comments on commit b8879a9

Please sign in to comment.