Skip to content

Commit 6062c31

Browse files
Merge pull request #159 from christopher-buss/release/c920332c21702fd57006caf9abbbb41bf2c18923
Release c920332
2 parents 373ab50 + c920332 commit 6062c31

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-flow.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ permissions:
1616
packages: write
1717
pull-requests: write
1818

19-
concurrency:
20-
group: production_environment
21-
cancel-in-progress: true
22-
2319
jobs:
2420
release_workflow:
2521
runs-on: ubuntu-latest
@@ -33,7 +29,7 @@ jobs:
3329
with:
3430
develop_branch: develop
3531
main_branch: main
36-
merge_back_from_main: true
32+
merge_back_from_main: false
3733
version: ${{ inputs.version }}
3834
env:
3935
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)