Skip to content

Commit

Permalink
Merge pull request #2367 from hashicorp/Dhaulagiri-patch-1
Browse files Browse the repository at this point in the history
Remove ember-flight-icons as trigger for component CI
  • Loading branch information
Dhaulagiri committed Aug 27, 2024
2 parents 55dc06f + 5a4b4b5 commit 3e0f5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: read-files
run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/ember-flight-icons" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml"
run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml"

test:
name: "Tests"
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
run: yarn ember try:one ${{ matrix.try-scenario }}
env:
PERCY_ENABLE: 0
YARN_ENABLE_IMMUTABLE_INSTALLS: false
YARN_ENABLE_IMMUTABLE_INSTALLS: false

0 comments on commit 3e0f5b7

Please sign in to comment.