Skip to content

Commit

Permalink
ci: revert test storybook publication
Browse files Browse the repository at this point in the history
This reverts commit a02cc7f.
  • Loading branch information
Loxeris committed Jul 16, 2024
1 parent 09f8fb1 commit 6059e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
permissions:
id-token: write
pages: write
if: ${{ github.event_name == 'push'}}
if: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/diracx-web' && github.ref_name == 'main'}}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 6059e79

Please sign in to comment.