Skip to content

Commit 5c5883a

Browse files
committed
add workflow dispatch
1 parent 6904bea commit 5c5883a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
pull_request: {}
56
push:
67
# Filtering branches here prevents duplicate builds from pull_request and push
@@ -16,7 +17,7 @@ on:
1617

1718
# Early issue detection: run CI weekly on Sundays
1819
schedule:
19-
- cron: '0 6 * * 0'
20+
- cron: '0 6 * * 0'
2021

2122
jobs:
2223
lint-all-packages:
@@ -81,7 +82,7 @@ jobs:
8182
uses: actions/checkout@v4
8283
- uses: pnpm/action-setup@v3
8384
with:
84-
version: 7
85+
version: 7
8586
- name: Use Node.js ${{ matrix.node-version }}
8687
uses: actions/setup-node@v4
8788
with:
@@ -107,7 +108,7 @@ jobs:
107108
uses: actions/checkout@v4
108109
- uses: pnpm/action-setup@v3
109110
with:
110-
version: 7
111+
version: 7
111112
- name: Use Node.js ${{ matrix.node-version }}
112113
uses: actions/setup-node@v4
113114
with:
@@ -117,7 +118,7 @@ jobs:
117118
- run: pnpm --filter ember-cli-fastboot test:mocha
118119

119120
try-scenarios:
120-
name: "ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}"
121+
name: 'ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}'
121122
runs-on: ubuntu-latest
122123
timeout-minutes: 7
123124

@@ -145,7 +146,7 @@ jobs:
145146
- uses: actions/checkout@v4
146147
- uses: pnpm/action-setup@v3
147148
with:
148-
version: 7
149+
version: 7
149150
- uses: actions/setup-node@v4
150151
with:
151152
node-version: 14
@@ -164,7 +165,7 @@ jobs:
164165
- uses: actions/checkout@v4
165166
- uses: pnpm/action-setup@v3
166167
with:
167-
version: 7
168+
version: 7
168169
- uses: actions/setup-node@v4
169170
with:
170171
node-version: 16
@@ -188,7 +189,7 @@ jobs:
188189
- uses: actions/checkout@v4
189190
- uses: pnpm/action-setup@v3
190191
with:
191-
version: 7
192+
version: 7
192193
- uses: actions/setup-node@v4
193194
with:
194195
node-version: 16

0 commit comments

Comments
 (0)