Skip to content

Commit 69d8fb0

Browse files
committed
Do not run check for patches on main, just release candidates
1 parent 93f4c34 commit 69d8fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: taplo format --check
100100

101101
check-crates-patch:
102-
if: inputs.build_mode == 'release'
102+
if: inputs.build_mode == 'release' && startsWith(github.ref, 'refs/tags/')
103103
runs-on: ubuntu-latest
104104
steps:
105105
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)