From 2fa4eb7745fc0cadd9b933a95a4899e8cdf4862e Mon Sep 17 00:00:00 2001 From: zkldi Date: Sat, 6 Apr 2024 20:38:31 +0100 Subject: [PATCH] ci: copypaste without looking --- .github/workflows/bot.yml | 3 --- .github/workflows/github-bot.yml | 3 --- .github/workflows/server.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index b7503b7a1..1cfa183d3 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -39,9 +39,6 @@ jobs: deploy: runs-on: ubuntu-latest needs: [docker-push] - defaults: - run: - working-directory: ./server if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} steps: - name: Enable SSH Key diff --git a/.github/workflows/github-bot.yml b/.github/workflows/github-bot.yml index bd744deee..c8e5c238d 100644 --- a/.github/workflows/github-bot.yml +++ b/.github/workflows/github-bot.yml @@ -41,9 +41,6 @@ jobs: deploy: runs-on: ubuntu-latest needs: [docker-push] - defaults: - run: - working-directory: ./server if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} steps: - name: Enable SSH Key diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 04981b343..d8064a928 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -95,9 +95,6 @@ jobs: deploy: runs-on: ubuntu-latest needs: [test, docker-push] - defaults: - run: - working-directory: ./server if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} steps: - name: Enable SSH Key