Skip to content

Commit f64d505

Browse files
committed
prevent retry
1 parent e8977fe commit f64d505

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate_branch_names.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
validate-branch-name:
88
if: startsWith(github.ref, 'refs/heads/')
99
runs-on: windows-latest
10+
strategy:
11+
fail-fast: true # Prevent retries on failure
1012
steps:
1113
- name: Try checkout
1214
uses: actions/checkout@v3

0 commit comments

Comments
 (0)