Skip to content

Commit

Permalink
Uncomment build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Sep 17, 2024
1 parent 3f5f49b commit 0b68040
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: 10
# steps:
# - uses: bcgov-nr/[email protected]
# 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: [backend, frontend]
timeout-minutes: 10
steps:
- uses: bcgov-nr/[email protected]
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 0b68040

Please sign in to comment.