removed checks

This commit is contained in:
Schmieder, Jacob
2024-05-07 08:03:48 +00:00
parent cc89f5e7cb
commit 141517d097
-5
View File
@@ -34,11 +34,6 @@ jobs:
build: build:
name: Build distribution 📦 name: Build distribution 📦
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Check if manually triggered or automatically after successful test
if: >
github.event_name == 'workflow_dispatch' ||
(github.event.workflow_run.conclusion == 'success' &&
(github.event.workflow_run.head_branch == 'main' || github.event.workflow_run.head_branch == 'develop'))
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: