Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to suppoort optional Sender in PublishEvent from Python code #112

Closed
Closed
2 changes: 1 addition & 1 deletion .github/workflows/opendatacon.yml
Original file line number Diff line number Diff line change
@@ -367,7 +367,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

opendatacon-clean:
if: always()
if: github.event_name != 'pull_request'
needs: [opendatacon-native,opendatacon-docker]
runs-on: ubuntu-latest
steps: