Skip to content

Commit

Permalink
Restrict the list version workflow to be executed only in the main re…
Browse files Browse the repository at this point in the history
…pository
  • Loading branch information
totalo committed Feb 8, 2025
1 parent 75a8461 commit 8e9f95f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/snapshot-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
path: rocketmq-docker/image-build-ci/versionlist/*

list-version:
if: github.repository == 'apache/rocketmq' && always()
if: >
github.repository == 'apache/rocketmq' &&
always()
name: List version
needs: [ docker-build ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e9f95f

Please sign in to comment.