Skip to content

Commit

Permalink
ci: copypaste without looking
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Apr 6, 2024
1 parent 4bf4a15 commit 2fa4eb7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fa4eb7

Please sign in to comment.