Skip to content

Commit a7e5d09

Browse files
committed
Remove no-op emerge action
See https://wiki.php.net/systems/ci and the linked page for how this system should be configured.
1 parent bd08750 commit a7e5d09

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

.github/actions/emerge/action.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ jobs:
4141
LINUX_PPC64:
4242
if: inputs.run_linux_ppc64
4343
name: LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
44+
# This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
4445
runs-on: [self-hosted, gentoo, ppc64]
4546
steps:
4647
- name: git checkout
4748
uses: actions/checkout@v4
4849
with:
4950
ref: ${{ inputs.branch }}
50-
- name: emerge
51-
uses: ./.github/actions/emerge
5251
- name: System info
5352
run: |
5453
echo "::group::Show host CPU info"

0 commit comments

Comments
 (0)