Skip to content

Commit

Permalink
update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Feb 23, 2024
1 parent 014bd15 commit 47a427b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
build-main-app:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !contains(github.event.head_commit.modified, 'website')) }}
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand All @@ -32,7 +31,6 @@ jobs:

build-website:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.modified, 'website') }}
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 47a427b

Please sign in to comment.