Skip to content

Fix Start-of-Quarter Bugs For First Day Of Quarter #60

Fix Start-of-Quarter Bugs For First Day Of Quarter

Fix Start-of-Quarter Bugs For First Day Of Quarter #60

Workflow file for this run

name: Deploy
on:
pull_request_target:
types: [closed]
branches:
- main
paths:
- "**/main/default/**"
jobs:
deploy-to-production:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dont deploy') && github.event.pull_request.merged == true }}
uses: ./.github/workflows/deploy.yaml
secrets: inherit
generate-apex-docs:
permissions:
pull-requests: write
needs: [deploy-to-production]
uses: ./.github/workflows/generate-apex-docs.yaml
secrets: inherit
publish-unlocked-package:
permissions:
pull-requests: write
needs: [generate-apex-docs]
uses: ./.github/workflows/publish-unlocked-package.yaml
secrets: inherit