diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 4eb0ee2..e7aff14 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -53,7 +53,7 @@ permissions: jobs: release: name: Build & Release Pipeline - runs-on: ubuntu-latest + runs-on: release if: >- github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' diff --git a/.github/workflows/deploy-manual.yml b/.github/workflows/deploy-manual.yml index 9d8c732..9d39ca1 100644 --- a/.github/workflows/deploy-manual.yml +++ b/.github/workflows/deploy-manual.yml @@ -32,7 +32,7 @@ permissions: jobs: deploy: name: SFTP Deploy to Dev - runs-on: ubuntu-latest + runs-on: release steps: - name: Checkout repository diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index cd98804..4f1c117 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -53,7 +53,7 @@ permissions: jobs: update-xml: name: Update updates.xml - runs-on: ubuntu-latest + runs-on: release if: >- github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'