Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into fix/DTIS-1033-Bloc…
Browse files Browse the repository at this point in the history
…k-multi-sig-key-rotation
  • Loading branch information
sdisalvo-crd committed Jul 15, 2024
2 parents d436049 + cc10297 commit 03a34e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-vercel-branch-deploys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy-branch:
runs-on: [arc-runner-set]
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-vercel-pr-deploys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
# This workflow contains a single job called "deploy-preview"
deploy-preview:
runs-on: [arc-runner-set]
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 03a34e3

Please sign in to comment.