Skip to content

Commit

Permalink
.github/workflows/testing.yml: unconditionally Ping-IRC
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Jan 11, 2025
1 parent 4f9af4f commit 9ab973c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ jobs:
make branch-check BRANCH_CHECK_EXIT=$BRANCH_CHECK_EXIT
Ping-IRC:
if: always()
needs: [NobleAssets, UploadDocs, ArchReplay, NobleClangTidy]
runs-on: ubuntu-latest
steps:
- { uses: actions/[email protected], with: { fetch-depth: 0 } } # Fix actions/checkout#290
- run: git fetch -f --tags && git submodule update --init --recursive && git describe
- run: git fetch -f --tags && git submodule update --init --recursive && git describe --long
- name: Check Jobs
run: |
echo '${{ needs.NobleAssets.result }}' '${{ needs.UploadDocs.result }}' '${{ needs.ArchReplay.result }}' '${{ needs.NobleClangTidy.result }}'
Expand Down

0 comments on commit 9ab973c

Please sign in to comment.