🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/containers.yml
    skipped 25 lines
    26 26   
    27 27   on-success:
    28 28   runs-on: ubuntu-latest
    29  - if: ${{ github.event.workflow_run.conclusion == 'success' || ${{ github.event.release.tag_name }} != '' }}
     29 + if: ${{ github.event.workflow_run.conclusion == 'success' }} || ${{ github.event.release.tag_name }} != ''
    30 30   steps:
    31 31   - uses: actions/checkout@v2
    32 32   - name: Set up Python 3.9
    skipped 88 lines
Please wait...
Page is in error, reload to recover