Skip to content

Commit

Permalink
DON'T MERGE - delete this
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed May 7, 2024
1 parent 628c17f commit 5460869
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Release SILO

on:
push:
workflow_run:
workflows: [LAPIS-SILO]
types: [completed]
branches: [main]
branches: [346-release-concept]

env:
DOCKER_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo
Expand All @@ -16,15 +17,15 @@ jobs:
contents: write
pull-requests: write
packages: write
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'GenSpectrum/LAPIS-SILO' }}
if: ${{ github.repository == 'GenSpectrum/LAPIS-SILO' }}
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
path: .
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
target-branch: main
target-branch: 346-release-concept

- name: Inspect Release Outputs
run: |
Expand Down

0 comments on commit 5460869

Please sign in to comment.