Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Revert "temporarily deactivated acceptance tests"
Browse files Browse the repository at this point in the history
This reverts commit 44370a6.
  • Loading branch information
Sebastian Wagner committed Jan 12, 2024
1 parent 44370a6 commit 1000512
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
python setup.py sdist bdist_wheel
twine upload dist/*
# trigger-acceptance-tests:
# needs: deploy
# runs-on: ubuntu-latest
# steps:
# - uses: distributhor/workflow-webhook@v3
# with:
# webhook_url: ${{ secrets.ACCEPTANCE_TESTS_WEBHOOK_URL }}
# webhook_secret: ${{ secrets.ACCEPTANCE_TESTS_WEBHOOK_SECRET }}
trigger-acceptance-tests:
needs: deploy
runs-on: ubuntu-latest
steps:
- uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.ACCEPTANCE_TESTS_WEBHOOK_URL }}
webhook_secret: ${{ secrets.ACCEPTANCE_TESTS_WEBHOOK_SECRET }}

0 comments on commit 1000512

Please sign in to comment.