Skip to content

Commit

Permalink
[CI] remove if clause completely
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbeal committed Jan 10, 2024
1 parent 8c079f3 commit 9989843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-pypi.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: github.repository == 'BigDFT-group/aiida-bigdft' # && startsWith(github.ref, 'refs/tags/v')
# if: github.repository == 'BigDFT-group/aiida-bigdft' && startsWith(github.ref, 'refs/tags/v')

steps:
- name: Checkout repository
Expand Down

0 comments on commit 9989843

Please sign in to comment.