From a280f89f02bdb66b97985262bc60e99264c9718e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Sun, 8 Sep 2024 14:32:07 +0200 Subject: [PATCH] Move over a few more --- .github/workflows/ci-binary-config-checker.yml | 4 +++- .github/workflows/ci-build-ts.yml | 3 ++- .github/workflows/ci-build-upload-binaries.yml | 3 ++- .github/workflows/ci-cargo-deny.yml | 1 + .github/workflows/ci-contracts-schema.yml | 2 +- .github/workflows/ci-docs.yml | 1 + .github/workflows/ci-lint-typescript.yml | 3 ++- .github/workflows/ci-nym-network-explorer.yml | 1 + 8 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-binary-config-checker.yml b/.github/workflows/ci-binary-config-checker.yml index fc151c73dd8..7f4717f8836 100644 --- a/.github/workflows/ci-binary-config-checker.yml +++ b/.github/workflows/ci-binary-config-checker.yml @@ -13,6 +13,7 @@ on: - 'mixnode/**' - 'sdk/rust/nym-sdk/**' - 'service-providers/**' + - '.github/workflows/ci-binary-config-checker.yml' pull_request: paths: - 'clients/**' @@ -22,6 +23,7 @@ on: - 'mixnode/**' - 'sdk/rust/nym-sdk/**' - 'service-providers/**' + - '.github/workflows/ci-binary-config-checker.yml' env: NETWORK: mainnet @@ -31,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [custom-linux] + platform: [arc-ubuntu-20.04] runs-on: ${{ matrix.platform }} steps: diff --git a/.github/workflows/ci-build-ts.yml b/.github/workflows/ci-build-ts.yml index 624a52245d8..3d5f2954968 100644 --- a/.github/workflows/ci-build-ts.yml +++ b/.github/workflows/ci-build-ts.yml @@ -5,10 +5,11 @@ on: paths: - "ts-packages/**" - "sdk/typescript/**" + - ".github/workflows/ci-build-ts.yml" jobs: build: - runs-on: ubuntu-20.04-16-core + runs-on: arc-ubuntu-20.04 steps: - uses: actions/checkout@v4 - name: Install rsync diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index c30f9c35280..778cf580504 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -31,13 +31,14 @@ on: - "service-providers/**" - "tools/**" - "nymvisor/**" + - ".github/workflows/ci-build-upload-binaries.yml" jobs: publish-nym: strategy: fail-fast: false matrix: - platform: [ ubuntu-20.04 ] + platform: [ arc-ubuntu-20.04 ] runs-on: ${{ matrix.platform }} env: diff --git a/.github/workflows/ci-cargo-deny.yml b/.github/workflows/ci-cargo-deny.yml index 468ea7281d1..93d1dc39971 100644 --- a/.github/workflows/ci-cargo-deny.yml +++ b/.github/workflows/ci-cargo-deny.yml @@ -5,6 +5,7 @@ on: paths: - 'Cargo.toml' - 'Cargo.lock' + - '.github/workflows/ci-cargo-deny.yml' jobs: cargo-deny: diff --git a/.github/workflows/ci-contracts-schema.yml b/.github/workflows/ci-contracts-schema.yml index b1bc0c4c959..054d68f9bc6 100644 --- a/.github/workflows/ci-contracts-schema.yml +++ b/.github/workflows/ci-contracts-schema.yml @@ -11,7 +11,7 @@ on: jobs: check-schema: name: Generate and check schema - runs-on: custom-linux + runs-on: arc-ubuntu-20.04 env: CARGO_TERM_COLOR: always steps: diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 12fb22be4e0..74b599d26da 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -6,6 +6,7 @@ on: branches-ignore: master paths: - 'documentation/docs/**' + - '.github/workflows/ci-docs.yml' jobs: build: diff --git a/.github/workflows/ci-lint-typescript.yml b/.github/workflows/ci-lint-typescript.yml index f14b713c451..a1e8fac3081 100644 --- a/.github/workflows/ci-lint-typescript.yml +++ b/.github/workflows/ci-lint-typescript.yml @@ -10,10 +10,11 @@ on: - "nym-wallet/src/**" - "nym-wallet/package.json" - "explorer/**" + - ".github/workflows/ci-lint-typescript.yml" jobs: build: - runs-on: ubuntu-20.04-16-core + runs-on: arc-ubuntu-20.04 steps: - uses: actions/checkout@v4 - uses: rlespinasse/github-slug-action@v3.x diff --git a/.github/workflows/ci-nym-network-explorer.yml b/.github/workflows/ci-nym-network-explorer.yml index 82516e6ddbb..b1cb2d9de32 100644 --- a/.github/workflows/ci-nym-network-explorer.yml +++ b/.github/workflows/ci-nym-network-explorer.yml @@ -5,6 +5,7 @@ on: push: paths: - 'explorer/**' + - '.github/workflows/ci-nym-network-explorer.yml' defaults: run: