Skip to content

Commit

Permalink
fix consistency check
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 12, 2025
1 parent 2004386 commit 2b3a580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- id: 'step-3'
run: '.github/workflows/src.main.kts'
- id: 'step-4'
run: 'python ./github/workflows/check_yaml_equivalence.py .github/workflows/build.yml .github/workflows/build.yml-check.yml'
run: 'python .github/workflows/check_yaml_equivalence.py .github/workflows/build.yml .github/workflows/build.yml-check.yml'
build_self-hosted-windows-10:
name: 'Build (Windows 10 x86_64 (Self-Hosted))'
runs-on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- id: 'step-3'
run: '.github/workflows/src.main.kts'
- id: 'step-4'
run: 'python ./github/workflows/check_yaml_equivalence.py .github/workflows/release.yml .github/workflows/release.yml-check.yml'
run: 'python .github/workflows/check_yaml_equivalence.py .github/workflows/release.yml .github/workflows/release.yml-check.yml'
create-release:
name: 'Create Release'
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit 2b3a580

Please sign in to comment.