Skip to content

Commit 1dcc61a

Browse files
authored
Remove redundant condition from CI completion step
1 parent 2434b86 commit 1dcc61a

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
@@ -699,6 +699,7 @@ jobs:
699699
# signals successful completion. Used for the PR status to pass
700700
# before merging. Needs to run even if they failed!
701701
name: CI completion
702+
if: false
702703
runs-on: ubuntu-22.04
703704
needs:
704705
- integration
@@ -707,7 +708,6 @@ jobs:
707708
- integration-sanitizers
708709
- min-btc-support
709710
- check-downgrade
710-
if: false && ${{ always() }}
711711
steps:
712712
- name: Complete
713713
env:

0 commit comments

Comments
 (0)