Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix(build): Fix name of script in Github workflow (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanschaaf committed Aug 9, 2022
1 parent 17e40a3 commit b4ed653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_generated_code_drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Fail if new cq-gen config file is missing //check-for-changes
if: steps.changes.outputs.src == 'true' || github.event_name != 'pull_request'
run: |
./scripts/check-new-files-have-check-for-changes.sh
./scripts/check-new-files-have-check-for-changes-flag.sh
- name: Run go generate on changed service directories
if: steps.changes.outputs.src == 'true' || github.event_name != 'pull_request'
run: |
Expand All @@ -58,4 +58,4 @@ jobs:
run: |
echo "List of files changed after running go generate:"
git status -s ./resources/services
test "$(git status -s ./resources/services | wc -l)" -eq 0
test "$(git status -s ./resources/services | wc -l)" -eq 0

0 comments on commit b4ed653

Please sign in to comment.