Skip to content

Commit 7d12d3d

Browse files
authored
Merge pull request #28 from daichengxin/main
Update quantms-containers.yml
2 parents 09a36bc + afef26a commit 7d12d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quantms-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
sync-openms:
400400
name: Sync OpenMS Containers
401401
needs: [build-diann, build-relink, build-wiffconverter, build-pyonsite]
402-
if: always() && (github.event_name == 'release' || github.event_name == 'workflow_dispatch') && github.repository_owner == 'bigbio'
402+
if: always() && needs.detect-changes.outputs.has_pyonsite == 'true' && github.repository_owner == 'bigbio'
403403
runs-on: ubuntu-latest
404404
permissions:
405405
contents: read

0 commit comments

Comments
 (0)