We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e7e86 commit cceb4bdCopy full SHA for cceb4bd
.github/workflows/ci.yml
@@ -35,9 +35,10 @@ jobs:
35
36
draftversion-check:
37
runs-on: ubuntu-latest
38
+ if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
39
steps:
40
- uses: actions/checkout@v4
41
with:
42
fetch-depth: 0
- - name: check correctness of draftversion fields
43
+ - name: Check correctness of draftversion fields
44
run: python ./tools/acle_draftversion_value_check.py .
0 commit comments