Skip to content

Commit

Permalink
ci: Rename mobile workflow action files (envoyproxy#26168)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Mar 22, 2023
1 parent 1db37dc commit cea1749
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mobile/tools/should_run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if grep -q "^mobile/" <<< "$changed_files"; then
success "mobile"
elif grep -q "^bazel/repository_locations\.bzl" <<< "$changed_files"; then
success "bazel/repository_locations.bzl"
elif grep -q "^\.github/workflows/" <<< "$changed_files"; then
elif grep -q "^\.github/workflows/mobile-*" <<< "$changed_files"; then
success "GitHub Workflows"
else
failure
Expand Down

0 comments on commit cea1749

Please sign in to comment.