Skip to content

Commit

Permalink
Better job & step naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 12, 2023
1 parent fa80712 commit c286138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
echo "builds=$(printf '%s\n' "${BUILD_IDS[@]}" | jq -ncR '[inputs]')" >> "$GITHUB_OUTPUT"
report-status:
name: Wait for rebuild to complete and report status
name: Report build status
needs: trigger-rebuild-for-modified
runs-on: ubuntu-latest
strategy:
matrix:
build_id: ${{ fromJson(needs.trigger-rebuild-for-modified.outputs.builds) }}
steps:
- name: Report status when done
- name: Report status
run: |
while true; do
STATUS=$(curl -Ssf "https://copr.fedorainfracloud.org/api_3/build/${{ matrix.build_id }}" | jq -r '.state')
Expand Down

0 comments on commit c286138

Please sign in to comment.