Skip to content

Commit ba0c8c0

Browse files
committed
enable draft-release on this branch
1 parent 5155d45 commit ba0c8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tools-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
}
324324
draft-release:
325325
runs-on: ubuntu-22.04
326-
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/draft-release-fix' }}
326+
#if: ${{ github.ref == 'refs/heads/master' }}
327327
needs: [build, test-release]
328328
steps:
329329
- name: download artifacts

0 commit comments

Comments
 (0)