Skip to content

Commit 078bfd4

Browse files
committed
Run tests on my branch
1 parent 5dd0758 commit 078bfd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
77
EPV: 0 # Run EPV (Extension Pre Validator) on your code? 1 or 0
88
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
9-
PHPBB_BRANCH: master # The phpBB branch to run tests on
9+
PHPBB_BRANCH: ticket/17361 # The phpBB branch to run tests on
1010

1111
on:
1212
push:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout phpBB
3838
uses: actions/checkout@v4
3939
with:
40-
repository: phpbb/phpbb
40+
repository: rubencm/phpbb
4141
ref: ${{ env.PHPBB_BRANCH }}
4242
path: phpBB3
4343

0 commit comments

Comments
 (0)