Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Sep 10, 2024
1 parent d0b2884 commit 5154f0c
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bridge-ui--ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
build:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-site--preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
deploy-docs-site-preview:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-site--production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
deploy-docs-site-production:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/eventindexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
lint-eventindexer:
name: lint-eventindexer
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- uses: actions/setup-go@v5
with:
Expand All @@ -31,7 +31,7 @@ jobs:
args: --config=.golangci.yml --timeout=4m

test-eventindexer:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
needs: lint-eventindexer
steps:
- name: Cancel Previous Runs
Expand All @@ -57,7 +57,7 @@ jobs:
push-eventindexer-docker-image:
if: ${{ github.event_name == 'pull_request' }}
name: Build and push docker image
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-diff--preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
deploy-fork-diff-preview:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-diff--production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
deploy-fork-diff-production:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guardian-prover-health-check-ui--ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
check-guardian-prover-health-check-ui:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/guardian-prover-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
lint-guardian-prover-health-check:
name: lint-guardian-prover-health-check
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- uses: actions/setup-go@v5
with:
Expand All @@ -31,7 +31,7 @@ jobs:
args: --config=.golangci.yml --timeout=4m

test-guardian-prover-health-check:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
needs: lint-guardian-prover-health-check
steps:
- name: Cancel Previous Runs
Expand All @@ -57,7 +57,7 @@ jobs:
push-guardian-prover-health-check-docker-image:
if: ${{ github.event_name == 'pull_request' }}
name: Build and push docker image
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]

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

jobs:
build-nfts-contracts:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-protocol:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
permissions:
# Give the necessary permissions for stefanzweifel/git-auto-commit-action.
contents: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
lint-relayer:
name: lint-relayer
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- uses: actions/setup-go@v5
with:
Expand All @@ -31,7 +31,7 @@ jobs:
args: --config=.golangci.yml --timeout=4m

test-relayer:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
needs: lint-relayer
steps:
- name: Cancel Previous Runs
Expand All @@ -57,7 +57,7 @@ jobs:
push-relayer-docker-image:
if: ${{ github.event_name == 'pull_request' }}
name: Build and push docker image
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo--merge-gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
merge-gatekeeper:
if: github.event_name == 'pull_request'
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
permissions:
checks: read
statuses: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo--release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
release-please:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- uses: googleapis/release-please-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo--typo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
check-for-typos:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo--validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
validate-pr-title:
if: github.event_name == 'pull_request_target'
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo--vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
build-deploy:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snaefell-ui--ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
build:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supplementary-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-supplementary-contracts:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taikoon-ui--ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
build:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-lib--ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
build:
runs-on: [taiko-runner]
runs-on: [self-hosted, taiko-runner]
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down

0 comments on commit 5154f0c

Please sign in to comment.