Skip to content

Commit a9628b7

Browse files
authored
Disable ppc64le runner in PR workflow
Comment out ppc64le runner configuration in PR workflow. Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
1 parent 3598de3 commit a9628b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
name: amd64
4646
- runner: s390x
4747
name: s390x
48-
- runner: ppc64le
49-
name: ppc64le
48+
# - runner: ppc64le
49+
# name: ppc64le
5050
steps:
5151
- uses: actions/checkout@v3
5252

0 commit comments

Comments
 (0)