We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b722deb commit 993334cCopy full SHA for 993334c
.github/workflows/unit-tests.yml
@@ -92,7 +92,7 @@ jobs:
92
REMOVE_PYARROW: ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
93
concurrency:
94
# https://github.community/t/concurrecy-not-work-for-push/183068/7
95
- group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}}
+ group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_future_infer_string }}
96
cancel-in-progress: true
97
98
services:
0 commit comments