Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:

jobs:
build-doc:
runs-on: [self-hosted, v1]
runs-on: [self-hosted, repo-only]

steps:
- uses: analogdevicesinc/doctools/checkout@v1
- uses: analogdevicesinc/doctools/checkout@action

- name: Install pip packages
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
path: docs/_build/html

deploy-doc:
runs-on: [self-hosted, v1]
runs-on: [self-hosted, repo-only]
permissions:
contents: write
needs: build-doc
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
sync_branches:
runs-on: [self-hosted, v1]
runs-on: [self-hosted, repo-only]
permissions:
contents: write
actions: write
Expand All @@ -17,7 +17,7 @@ jobs:
if: ${{ github.repository_owner == 'analogdevicesinc' }}

steps:
- uses: analogdevicesinc/doctools/checkout@v1
- uses: analogdevicesinc/doctools/checkout@action

- name: update-mirror
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
export_labels

assert:
runs-on: [self-hosted, v1]
runs-on: [self-hosted, repo-only]
needs: [sync_branches]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
clean-gh-pages:
runs-on: [self-hosted, v1]
runs-on: [self-hosted, repo-only]
permissions:
contents: write

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/top-level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
defconfig: "adi_ci_defconfig"
checks: true
assert_checks:
runs-on: [self-hosted, v1]
runs-on: [self-hosted, repo-only]
needs:
- checks
- build_gcc_x86_64
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
arch/arm64/boot/dts/xilinx/versal-*.dts
arch/nios2/boot/dts/*.dts
assert_build:
runs-on: [self-hosted, v1]
runs-on: [self-hosted, repo-only]
needs:
- build_gcc_arm_zynq_xcomm_adv7511_defconfig
- build_gcc_arm_socfpga_adi_defconfig
Expand Down