Skip to content

Commit

Permalink
CI: enable benchmark only if the workflow was triggered by a push to …
Browse files Browse the repository at this point in the history
…a tag
  • Loading branch information
deedy5 committed May 2, 2024
1 parent b0eba52 commit 6bdecb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
#if: "startsWith(github.ref, 'refs/tags/')"
#needs: [release]
if: "startsWith(github.ref, 'refs/tags/')"
needs: [release]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 6bdecb7

Please sign in to comment.