Skip to content

Commit

Permalink
Moving above to get results faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Sep 4, 2024
1 parent 433f03a commit f82c765
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ jobs:
echo "build --disk_cache=$EXPANDED_BAZEL_CACHE_PATH" >> $HOME/.bazelrc
shell: bash

- name: Binary files check
run: |
git fetch --all
bash /home/runner/work/oppia-android/oppia-android/scripts/pre-commit.sh
- name: Regex Patterns Validation Check
# The expression if: ${{ !cancelled() }} runs a job or step regardless of its success or failure while responding to cancellations,
# serving as a cancellation-compliant alternative to if: ${{ always() }} in concurrent workflows.
Expand Down Expand Up @@ -205,11 +210,6 @@ jobs:
run: |
bazel run //scripts:string_resource_validation_check -- $(pwd)
- name: Binary files check
run: |
git fetch --all
bash /home/runner/work/oppia-android/oppia-android/scripts/pre-commit.sh
# Note that caching is intentionally not enabled for this check since licenses should always be
# verified without any potential influence from earlier builds (i.e. always from a clean build to
# ensure the results exactly match the current state of the repository).
Expand Down

0 comments on commit f82c765

Please sign in to comment.