Skip to content

Commit

Permalink
Temporarily comment out builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 9, 2024
1 parent f9ed118 commit 3e973bb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ concurrency:
cancel-in-progress: true

jobs:
# # https://github.com/bcgov-nr/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-latest
strategy:
matrix:
package: [database, backend, frontend]
timeout-minutes: 20
steps:
- uses: bcgov-nr/[email protected]
with:
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')
# # # https://github.com/bcgov-nr/action-builder-ghcr
# builds:
# name: Builds
# runs-on: ubuntu-latest
# strategy:
# matrix:
# package: [database, backend, frontend]
# timeout-minutes: 20
# 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
needs: [builds]
# needs: [builds]
secrets: inherit
uses: ./.github/workflows/.deploy.yml

Expand Down

0 comments on commit 3e973bb

Please sign in to comment.