Skip to content

Commit

Permalink
Yeah that fancy thing didn't work so
Browse files Browse the repository at this point in the history
  • Loading branch information
bboonstra committed Oct 19, 2024
1 parent e997f60 commit a933c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push]
jobs:
publish:
runs-on: ubuntu-latest
if: (contains(github.event.head_commit.message, '[release]') && contains(fromJson(${{ vars.ALLOWED_PUBLISHERS }}), github.actor))
if: contains(github.event.head_commit.message, '[release]')
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit a933c4f

Please sign in to comment.