Skip to content

Commit

Permalink
Update naming of company industry gha (#719)
Browse files Browse the repository at this point in the history
* update naming of gha name

* remove workflow path filtering
  • Loading branch information
jsegal205 authored Nov 1, 2024
1 parent ad9fe33 commit 28b6728
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/validate_company_industry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 28b6728

Please sign in to comment.