diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index d5ca4bc552..96e09cff7d 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -7,7 +7,7 @@ on: branches: - main jobs: - deploy-preview: + deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index fa7f95069e..24b1ffda21 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -9,7 +9,7 @@ on: tags-ignore: - "**" jobs: - deploy-preview: + deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 8e7f65a1be..0a52998432 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -7,7 +7,7 @@ on: tags: - "**" jobs: - deploy-preview: + deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4