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

vharseko
08.59.2021 6b54508ffb464a1c372407077c00f8e7bcb98963
Update deploy.yml
1 files modified
3 ■■■■ changed files
.github/workflows/deploy.yml 3 ●●●● patch | view | raw | blame | history
.github/workflows/deploy.yml
@@ -5,11 +5,10 @@
    branches: [ master ]
    workflows: ["Build Maven"]
    types: [completed]
  workflow_dispatch:
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 == 'success' && github.event.workflow_run.event=='push' }}
    runs-on: 'ubuntu-latest'
    steps:
      - name: Print github context