Avoid deploy concurrency
This commit is contained in:
parent
18d94f7630
commit
7c5c79f4eb
2
.github/workflows/platform_natives.yaml
vendored
2
.github/workflows/platform_natives.yaml
vendored
@ -261,6 +261,7 @@ jobs:
|
||||
name: ${{ steps.getfilename.outputs.file }}
|
||||
path: ${{ steps.getfilepath.outputs.file }}
|
||||
- name: Deploy to Maven (Snapshot)
|
||||
concurrency: deploy
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
shell: bash
|
||||
run: |
|
||||
@ -272,6 +273,7 @@ jobs:
|
||||
MAVEN_PASSWORD: ${{ secrets.MCHV_TOKEN }}
|
||||
- name: Deploy to Maven (Release)
|
||||
if: github.ref == 'refs/heads/master'
|
||||
concurrency: deploy
|
||||
shell: bash
|
||||
run: |
|
||||
echo "REVISION: $REVISION"
|
||||
|
Loading…
Reference in New Issue
Block a user