Skip to content

Commit

Permalink
Fix cond
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Dec 18, 2024
1 parent a4f425a commit a53626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
env:
EXPECTED_BITCOIN_DA_ID: ${{ vars.EXPECTED_BITCOIN_DA_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: contains(github.ref, 'release-v')
if: contains(github.ref, 'release-v') || (github.event_name == 'pull_request' && contains(github.base_ref, 'release-v'))
steps:
- name: Validate EXPECTED_BITCOIN_DA_ID format
run: |
Expand Down

0 comments on commit a53626c

Please sign in to comment.