Skip to content

Commit

Permalink
disable normal frontend releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Aug 4, 2024
1 parent 8991e0a commit 2fa4cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
release-docker:
if: "contains(github.event.head_commit.message, 'released')"
if: "contains(github.event.head_commit.message, 'releasef')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
docker rm -f pvpqnet-frontend
docker run --restart=always --name pvpqnet-frontend -d -p9001:9001 sammers/pvpqnet-frontend:latest
release-normal:
if: "contains(github.event.head_commit.message, 'releasef')"
if: false
runs-on: ubuntu-latest
env:
CI: false
Expand Down

0 comments on commit 2fa4cfb

Please sign in to comment.