diff --git a/.github/workflows/smoke-test.yaml b/.github/workflows/smoke-test.yaml index acc23a25..d700af82 100644 --- a/.github/workflows/smoke-test.yaml +++ b/.github/workflows/smoke-test.yaml @@ -9,11 +9,7 @@ concurrency: jobs: smoke-test: timeout-minutes: 20 - runs-on: - - environment=production - - size=xxlarge - - provider=ethpandaops - - realm=platform + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2