Skip to content

Commit fabb1ba

Browse files
committed
more pages
1 parent 97015e4 commit fabb1ba

4 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/report-pr-by-issue.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
types:
77
- opened
88

9-
env:
10-
PER_PAGE: 10
11-
129
permissions:
1310
issues: write
1411

@@ -52,7 +49,6 @@ jobs:
5249
if: needs.validate.outputs.is_issue_trigger == 'true'
5350
runs-on: ubuntu-latest
5451
outputs:
55-
per_page: ${{ env.PER_PAGE }}
5652
gitref: ${{ steps.env.outputs.gitref }}
5753
date: ${{ steps.env.outputs.date }}
5854
steps:
@@ -78,7 +74,6 @@ jobs:
7874
gitref: ${{ needs.get-environment.outputs.gitref }}
7975
branch: "PR-${{ github.event.issue.title }}"
8076
repository: "bevyengine/bevy"
81-
per_page: "${{ needs.get-environment.outputs.per_page }}"
8277
secrets: inherit
8378

8479
mobile-run:

.github/workflows/report-pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ on:
99
required: true
1010
type: string
1111

12-
env:
13-
PER_PAGE: 10
14-
1512
jobs:
1613
get-environment:
1714
name: Get Environment
1815
runs-on: ubuntu-latest
1916
outputs:
20-
per_page: ${{ env.PER_PAGE }}
2117
gitref: ${{ steps.env.outputs.gitref }}
2218
date: ${{ steps.env.outputs.date }}
2319
steps:
@@ -43,7 +39,6 @@ jobs:
4339
gitref: ${{ needs.get-environment.outputs.gitref }}
4440
branch: "PR-${{ inputs.pr }}"
4541
repository: "bevyengine/bevy"
46-
per_page: "${{ needs.get-environment.outputs.per_page }}"
4742
secrets: inherit
4843

4944
mobile-run:

.github/workflows/upkeep-update-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
9696
shell: bash
9797

98-
- name: Install xvfb, llvmpipe and lavapipe
98+
- name: Install llvmpipe and lavapipe
9999
run: |
100100
sudo apt-get update -y -qq
101101
sudo add-apt-repository ppa:kisak/turtle -y

.github/workflows/workflow-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
per_page:
1818
required: false
1919
type: string
20-
default: "20"
20+
default: "10"
2121
platforms:
2222
required: false
2323
type: string

0 commit comments

Comments
 (0)