File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
jobs :
9
9
GENERATE_MATRIX :
10
10
name : Generate Matrix
11
- if : github.repository_owner == 'php' || github.event_name == 'workflow_dispatch'
11
+ if : github.repository == 'php/php-src ' || github.event_name == 'workflow_dispatch'
12
12
runs-on : ubuntu-latest
13
13
outputs :
14
14
branches : ${{ steps.set-matrix.outputs.branches }}
@@ -288,7 +288,7 @@ jobs:
288
288
with :
289
289
token : ${{ secrets.ACTION_MONITORING_SLACK }}
290
290
COVERAGE_DEBUG_NTS :
291
- if : github.repository_owner == 'php' || github.event_name == 'workflow_dispatch'
291
+ if : github.repository == 'php/php-src ' || github.event_name == 'workflow_dispatch'
292
292
services :
293
293
postgres :
294
294
image : postgres
@@ -769,7 +769,7 @@ jobs:
769
769
with :
770
770
token : ${{ secrets.ACTION_MONITORING_SLACK }}
771
771
PECL :
772
- if : github.repository_owner == 'php' || github.event_name == 'workflow_dispatch'
772
+ if : github.repository == 'php/php-src ' || github.event_name == 'workflow_dispatch'
773
773
runs-on : ubuntu-22.04
774
774
env :
775
775
CC : ccache gcc
You can’t perform that action at this time.
0 commit comments