Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Remove unused if in release GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed Jul 16, 2024
1 parent 4416321 commit 51f1d3a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Build with Maven
run: mvn -B test package --file pom.xml

- if: github.event_name == 'push'
name: Upload via SCP
- name: Upload via SCP
uses: appleboy/[email protected]
with:
host: turniptales.net
Expand All @@ -44,8 +43,7 @@ jobs:
timeout: 120s
strip_components: 1

- if: github.event_name == 'push'
name: Restart TurnipTales API
- name: Restart TurnipTales API
uses: appleboy/[email protected]
with:
host: turniptales.net
Expand Down

0 comments on commit 51f1d3a

Please sign in to comment.