Skip to content

Commit

Permalink
ci: add conditional for specific repository in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
takumin committed Dec 25, 2024
1 parent 58dccfe commit 5b7f1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/count-pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "count=$n" >> "$GITHUB_OUTPUT"
id: mise
- run: gh issue comment "$NUMBER" --body "$BODY"
if: github.repository == "aquaproj/aqua-registry"
env:
NUMBER: "19792"
BODY: |
Expand Down

0 comments on commit 5b7f1e5

Please sign in to comment.