Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ad9d41db672e0808ad572962183a46f0b0300561
  • Loading branch information
engflow-github-automation committed Aug 16, 2024
1 parent 45e4709 commit 170c596
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,8 @@ env:
OPAL_RPC_CREDENTIALS: ${{ secrets.OPAL_RPC_CREDENTIALS }}

jobs:
test-matrix:
runs-on:
- self-hosted
- "os=${{ matrix.os }}"
- "arch=${{ matrix.arch }}"
- "os_distribution=${{ matrix.os_distribution }}"
- "os_version=${{ matrix.os_version }}"
- "revision=${{ matrix.revision }}"
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
include:
- os: linux
arch: x64
os_distribution: debian
os_version: 11
revision: d04e89854b3931f4aaced77aa3a2fcad5834b3a6
remote_execution: 'false'
build-all:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 170c596

Please sign in to comment.