Skip to content

Commit 6eba1d0

Browse files
authored
Always skip the dummy step in pre-setup
1 parent e264b8a commit 6eba1d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
}}
4747
steps:
4848
- name: Dummy
49+
if: false
4950
run: |
5051
echo "Pre-setup step"
5152

0 commit comments

Comments
 (0)