Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 13, 2024
1 parent 53c669b commit 7a0b065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
release:
name: Ceylon-Release-Python
runs-on: ubuntu-20.04
if: >
github.event.workflow_run.conclusion == 'success' &&
startsWith(github.event.workflow_run.head_branch, 'refs/tags/')
# if: >
# github.event.workflow_run.conclusion == 'success' &&
# startsWith(github.event.workflow_run.head_branch, 'refs/tags/')
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7a0b065

Please sign in to comment.