Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

feat: Bb 254 implement edit and delete fields and crops buttons #742

feat: Bb 254 implement edit and delete fields and crops buttons

feat: Bb 254 implement edit and delete fields and crops buttons #742

Workflow file for this run

name: PR
on:
pull_request:
concurrency:
# Cancel in progress for PR open and close
group: ${{ github.event.number }}
cancel-in-progress: true
jobs:
# https://github.com/bcgov-nr/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-22.04
permissions:
packages: write
strategy:
matrix:
package: [backend, database, frontend]
timeout-minutes: 10
steps:
- uses: bcgov-nr/[email protected]
id: builds
with:
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')
deploy:
name: Deploy
needs: [builds]
secrets: inherit
uses: ./.github/workflows/.deploy.yml
results:
name: PR Results
if: always() && (!failure()) && (!cancelled())
needs: [builds, deploy]
runs-on: ubuntu-22.04
steps:
- run: echo "Success!"