We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8977fe commit f64d505Copy full SHA for f64d505
1 file changed
.github/workflows/validate_branch_names.yml
@@ -7,6 +7,8 @@ jobs:
7
validate-branch-name:
8
if: startsWith(github.ref, 'refs/heads/')
9
runs-on: windows-latest
10
+ strategy:
11
+ fail-fast: true # Prevent retries on failure
12
steps:
13
- name: Try checkout
14
uses: actions/checkout@v3
0 commit comments