Skip to content

Commit d5f742b

Browse files
committed
Temporary disable phar build in GH actions
1 parent a692419 commit d5f742b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/phar-build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Build PHAR
22

3-
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
3+
# Temporary disabled, please follow: https://github.com/crazywhalecc/static-php-cli/issues/179
4+
#on:
5+
# push:
6+
# branches: [ "main" ]
7+
# pull_request:
8+
# branches: [ "main" ]
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)