Skip to content

Commit 5a4b4b5

Browse files
authored
Remove ember-flight-icons as trigger for component CI
1 parent 1b09bd8 commit 5a4b4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-components.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- name: Get changed files
2727
id: read-files
28-
run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/ember-flight-icons" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml"
28+
run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml"
2929

3030
test:
3131
name: "Tests"
@@ -98,4 +98,4 @@ jobs:
9898
run: yarn ember try:one ${{ matrix.try-scenario }}
9999
env:
100100
PERCY_ENABLE: 0
101-
YARN_ENABLE_IMMUTABLE_INSTALLS: false
101+
YARN_ENABLE_IMMUTABLE_INSTALLS: false

0 commit comments

Comments
 (0)