Skip to content

Commit

Permalink
typo thx :)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 3c9a95a commit 28ca312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/archive-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- master
paths:
- .github/workflows/archive-validation.yml
- .ci/github/arhcive_allow.txt
- .ci/github/archive_allow.txt
- ./*
push:
branches:
- master
paths:
- .github/workflows/archive-validation.yml
- .ci/github/arhcive_allow.txt
- .ci/github/archive_allow.txt
- ./*

jobs:
Expand All @@ -34,5 +34,5 @@ jobs:
- run: |
git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }}
# if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }}

0 comments on commit 28ca312

Please sign in to comment.