Skip to content

Commit

Permalink
remove if
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-daniel committed Jan 25, 2022
1 parent b3e2a3a commit c800605
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defaults:

jobs:
publish-wheel:
if: ${{ contains(github.event.pull_request.labels.*.name, 'tmp') }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +37,6 @@ jobs:
run : |
twine upload --repository testpypi dist/*
publish-docker-cpu:
if: ${{ contains(github.event.pull_request.labels.*.name, 'tmp') }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand All @@ -56,7 +54,6 @@ jobs:
docker tag opendr-toolkit:cpu_$OPENDR_VERSION opendr/opendr-toolkit:cpu_$OPENDR_VERSION
docker push opendr/opendr-toolkit:cpu_$OPENDR_VERSION
publish-docker-cuda:
if: ${{ contains(github.event.pull_request.labels.*.name, 'tmp') }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c800605

Please sign in to comment.