Skip to content

Commit

Permalink
revert to what was working
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Nov 4, 2024
1 parent 432f9fd commit 69140c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash

publish-dev-package:
if: contains(github.event.pull_request.body, 'deploy') && github.event_name == 'pull_request'
if: contains(github.event.pull_request.body, 'deploy please') && github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 69140c8

Please sign in to comment.