Skip to content

Commit

Permalink
Temporal comment of CI conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed May 2, 2022
1 parent 425f794 commit ecdfdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ jobs:
obs-commit:
name: Commit the project on OBS
runs-on: ubuntu-20.04
if: github.event_name == 'release' || (github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'workflow_dispatch'
needs: [test-binary, test-checks, test-python-callback]
#if: github.event_name == 'release' || (github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'workflow_dispatch'
#needs: [test-binary, test-checks, test-python-callback]
container:
image: ghcr.io/trento-project/continuous-delivery:master
env:
Expand Down

0 comments on commit ecdfdf6

Please sign in to comment.