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 b57930a commit 869eaa2Copy full SHA for 869eaa2
.github/workflows/ubuntu.yml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
test-unix:
22
- name: "GAP ${{ matrix.gap-version }} / ${{ matrix.mode == 'onlyneeded' && 'only needed' || 'default' }} packages"
+ name: "GAP ${{ matrix.gap-version }} / ${{ matrix.mode == 'onlyneeded' && 'only needed' || 'needed+suggested' }} packages"
23
runs-on: ubuntu-latest
24
strategy:
25
fail-fast: false
0 commit comments