Skip to content

Commit

Permalink
ci(github): 💚 fix skip condition on the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Sep 25, 2024
1 parent 5ebe44e commit 1755a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: 🏗 Check and Build Distribution
runs-on: ubuntu-latest
needs: wait-for-testing
if: ${{ github.repository == 'kikkomep/test-py-pipelines' }}
if: ${{ github.repository == 'crs4/rocrate-validator' }}
steps:
# Access the tag from the first workflow's outputs
- name: ⬇️ Checkout code
Expand Down

0 comments on commit 1755a74

Please sign in to comment.