diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 78e378b..6b8a1ef 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -8,7 +8,7 @@ on: jobs: deploy: name: Deploy - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4