mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
08.56.2021 6c3a98319c056a200e1a6a4e67cacac61f49f929
Update deploy.yml
1 files modified
2 ■■■ changed files
.github/workflows/deploy.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@
jobs:
  deploy:
    name: Maven deploy
    if: ${{ github.event.workflow_run.conclusion.event=="push" && (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == '') }}
    if: ${{ github.event.workflow_run.conclusion.event=='push' && (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == '') }}
    runs-on: 'ubuntu-latest'
    steps:
      - name: Print github context