Skip to content

Commit

Permalink
Use custom runner for Namada workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jun 4, 2024
1 parent ea9730d commit 3499fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/namada.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Namada Integration

on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -28,8 +29,7 @@ concurrency:

jobs:
namada:
runs-on: ubuntu-20.04
if: always()
runs-on: 16gb-ram
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3499fe5

Please sign in to comment.