We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adeb50 commit cfbbed4Copy full SHA for cfbbed4
.github/workflows/ci-testing-deploy.yml
@@ -1722,7 +1722,7 @@ jobs:
1722
needs: changes
1723
if: ${{ needs.changes.outputs.notifications-library == 'true' || github.event_name == 'push' || github.event.inputs.force_all_builds == 'true' }}
1724
timeout-minutes: 18 # if this timeout gets too small, then split the tests
1725
- name: "[unit]notifications-library"
+ name: "[unit] notifications-library"
1726
runs-on: ${{ matrix.os }}
1727
strategy:
1728
matrix:
0 commit comments