Skip to content

Commit a7fa47d

Browse files
Updating the runner
1 parent 57edc49 commit a7fa47d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111
tests:
1212
name: Trigger Tests
13-
runs-on: ubuntu-22.04-2cpu-8ram-75ssd
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out code
1616
uses: actions/checkout@v2

config/included-folders.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- /articles/api/authorization-extension
33
- /articles/microsites
44
- /articles/quickstart
5+
- /fr-ca/articles/quickstart
6+
- /ja-jp/articles/quickstart
57
- /articles/_includes
68
- /snippets
7-
- /updates
9+
- /updates

0 commit comments

Comments
 (0)