Merge remote-tracking branch 'origin/main' into feature/fix_process_instance_rewind
This commit is contained in:
commit
153c30f491
|
@ -184,9 +184,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.3.0
|
||||||
with:
|
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4.2.0
|
uses: actions/setup-python@v4.2.0
|
||||||
with:
|
with:
|
||||||
|
@ -205,9 +202,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.3.0
|
||||||
with:
|
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Checkout Samples
|
- name: Checkout Samples
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -281,7 +275,7 @@ jobs:
|
||||||
# so just skip everything but main
|
# so just skip everything but main
|
||||||
if: github.ref_name == 'main'
|
if: github.ref_name == 'main'
|
||||||
with:
|
with:
|
||||||
projectBaseDir: spiffworkflow-frontend
|
projectBaseDir: spiffworkflow-backend
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
|
|
@ -7,4 +7,3 @@ j@sartography.com
|
||||||
jon@sartography.com
|
jon@sartography.com
|
||||||
kb@sartography.com
|
kb@sartography.com
|
||||||
madhurya@sartography.com,160
|
madhurya@sartography.com,160
|
||||||
madhurya@ymail.com,161
|
|
||||||
|
|
Loading…
Reference in New Issue