Skip to content

Commit 0f1e222

Browse files
authored
Update pre-build checks condition in CI workflow
1 parent 7c73ce5 commit 0f1e222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Pre-build checks
1414
runs-on: ubuntu-22.04
1515
timeout-minutes: 30
16-
if: false &&
16+
if: |
1717
github.event.action != 'edited' ||
1818
contains(github.event.pull_request.body, 'Changelog')
1919
env:

0 commit comments

Comments
 (0)