Skip to content

Commit

Permalink
CI: Add new form material jobs to PR filter stubs (#28829)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Jan 27, 2025
1 parent 0e2d707 commit f54c81f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/pr-filter-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,28 @@ jobs:
steps:
- run: exit 1
testcafe_tests36:
name: 'form - material (1/2)'
name: 'form - material (1/4)'
needs: [ changesSegregation ]
if: false
runs-on: ubuntu-latest
steps:
- run: exit 1
testcafe_tests37:
name: 'form - material (2/2)'
name: 'form - material (2/4)'
needs: [ changesSegregation ]
if: false
runs-on: ubuntu-latest
steps:
- run: exit 1
testcafe_tests58:
name: 'form - material (3/4)'
needs: [ changesSegregation ]
if: false
runs-on: ubuntu-latest
steps:
- run: exit 1
testcafe_tests59:
name: 'form - material (4/4)'
needs: [ changesSegregation ]
if: false
runs-on: ubuntu-latest
Expand Down

0 comments on commit f54c81f

Please sign in to comment.