Skip to content

Commit a591077

Browse files
committed
Reverted the test job changes, which do not work
1 parent c037d98 commit a591077

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,10 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
types: [opened, reopened, synchronize]
8-
# Adding this to trigger the required CI jobs for PRs created by GitHub Actions jobs
9-
workflow_run:
10-
workflows: ['Update Translated Docs', 'Changesets Release'] # these must be the exact names of workflows
11-
types: [completed]
127

138
jobs:
149
test:
1510
runs-on: ubuntu-latest
16-
if: >
17-
github.event_name == 'push' ||
18-
github.event_name == 'pull_request' ||
19-
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')
2011
env:
2112
NODE_OPTIONS: "--max_old_space_size=4096"
2213
strategy:

0 commit comments

Comments
 (0)