From 28b6728c6e584cea1a79548e250fe70b2ef24473 Mon Sep 17 00:00:00 2001 From: Jim Segal Date: Fri, 1 Nov 2024 10:46:49 -0500 Subject: [PATCH] Update naming of company industry gha (#719) * update naming of gha name * remove workflow path filtering --- .github/workflows/validate_company_industry.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate_company_industry.yml b/.github/workflows/validate_company_industry.yml index 02acff61..71fa03d3 100644 --- a/.github/workflows/validate_company_industry.yml +++ b/.github/workflows/validate_company_industry.yml @@ -2,11 +2,10 @@ name: Validate Company Industry on: pull_request: - paths: - - "priv/companies/*.exs" # only run on changes to company files jobs: - validate_struct: + validate: + name: Validate Company Industry runs-on: ubuntu-latest steps: @@ -38,7 +37,7 @@ jobs: with: files: priv/companies/**.exs - - name: Validate Company + - name: Run validate if: steps.changed-company-files.outputs.any_changed == 'true' env: ALL_CHANGED_FILES: ${{ steps.changed-company-files.outputs.all_changed_files }}