Skip to content

Commit 813ad27

Browse files
authored
Update validate.yml
1 parent 336c75a commit 813ad27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate Schemas
33
on:
44
push:
55
branches: ["main"]
6-
tags-ignore: ["*"] # <- do not run this workflow for tags
6+
tags-ignore: ["*"] # do not run this workflow for tags
77
pull_request:
88
branches: ["main"]
99
workflow_dispatch:
@@ -21,12 +21,12 @@ jobs:
2121
runs-on: ubuntu-latest
2222
env:
2323
FORCE_COLOR: "1"
24+
2425
steps:
2526
- name: Checkout repository
2627
uses: actions/checkout@v4
2728
with:
2829
fetch-depth: 0
29-
# Always checkout the exact SHA for PRs/pushes
3030
ref: ${{ github.sha }}
3131

3232
- name: Normalize git on runner (LF)

0 commit comments

Comments
 (0)