Skip to content

Commit

Permalink
Add mock build IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 12, 2023
1 parent 4e0f5d6 commit 627b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
URL: ${{ secrets.COPR_WEBHOOK_URL }}
run: |
BUILD_IDS=()
BUILD_IDS=( 69 420 )
for FILE in ${{ steps.spec-modified.outputs.modified_files }}; do
PKG=$(rg '^Name:\s*([\w\d_\-]+)\s*$' --replace '$1' $FILE)
echo "Package $PKG changed (Spec file: $FILE); sending rebuild request"
Expand Down

0 comments on commit 627b1e5

Please sign in to comment.