Skip to content

GEOPY-2910: Reduce chunking of sensitivities for TEM inversions #29

GEOPY-2910: Reduce chunking of sensitivities for TEM inversions

GEOPY-2910: Reduce chunking of sensitivities for TEM inversions #29

Workflow file for this run

name: JIRA actions
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, edited]
jobs:
call-workflow-pr_jira_actions:
if: github.event.action != 'edited' || github.event.changes.title != null
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3
permissions:
contents: read
pull-requests: write
secrets:
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}