diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 3b3f4e482..f7694c7af 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -6,7 +6,7 @@ env: jobs: verification: - runs-on: ubuntu-latest + runs-on: nyrkio_perf_server_2cpu_ubuntu2404 steps: - name: Check out repository uses: actions/checkout@v4 @@ -21,7 +21,7 @@ jobs: testing: needs: verification - runs-on: ubuntu-latest + runs-on: nyrkio_perf_server_2cpu_ubuntu2404 steps: - name: Check out repository uses: actions/checkout@v4 @@ -36,7 +36,7 @@ jobs: assembly: needs: testing - runs-on: ubuntu-latest + runs-on: nyrkio_perf_server_2cpu_ubuntu2404 steps: - name: Check out repository uses: actions/checkout@v4 @@ -59,3 +59,120 @@ on: permissions: contents: read + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +