Skip to content

Commit 8947dd7

Browse files
committed
Switch back to the old workflow
1 parent 95a6f16 commit 8947dd7

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed
File renamed without changes.

.github/workflows/pull-request.yml

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: on-pull-request
33
permissions:
44
contents: read
55

6-
# on:
7-
# pull_request:
8-
# branches:
9-
# - master
6+
on:
7+
pull_request:
8+
branches:
9+
- master
1010

1111
jobs:
1212
paths-filter:
@@ -45,30 +45,6 @@ jobs:
4545
docs: ${{ steps.filter.outputs.docs || steps.filter.outputs.workflows }}
4646
playwright: ${{ steps.filter.outputs.devserver || steps.filter.outputs.libraries || steps.filter.outputs.tabs }}
4747

48-
job-creator:
49-
name: Determine what jobs to run
50-
runs-on: ubuntu-latest
51-
steps:
52-
# Determine which paths and thus which bu
53-
- name: Filter paths
54-
uses: dorny/paths-filter@v3
55-
id: filter
56-
with:
57-
filters: |
58-
workflows:
59-
- .github/workflows/**
60-
devserver:
61-
- 'devserver/**'
62-
libraries:
63-
- 'lib/**'
64-
tabs:
65-
- src/tabs/**
66-
bundles:
67-
- src/bundles/**
68-
docs:
69-
- docs/**
70-
71-
7248

7349
test:
7450
name: Verify that all tests, linting, type-checking and building succeeds.

0 commit comments

Comments
 (0)