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