Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
with:
which-gap: 'master'

# test-all-release:
# name: "4.12.2"
# needs: detect-changes
# if: ${{ needs.detect-changes.outputs.modified == 'true' }}
# uses: ./.github/workflows/test-all.yml
# with:
# which-gap: '4.12.2'
test-all-release:
name: "4.13.1"
needs: detect-changes
if: ${{ needs.detect-changes.outputs.modified == 'true' }}
uses: ./.github/workflows/test-all.yml
with:
which-gap: '4.13.1'

status-comment:
name: "Create or update PR comment"
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/test-all-and-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ jobs:
which-gap: master

# latest GAP release
# test-all-release:
# # If you change this name, you must adjust the corresponding prefix
# # in the step of test-all.yml that calls tools/generate_test_status.py
# name: "4.12.2"
# uses: ./.github/workflows/test-all.yml
# with:
# which-gap: 4.12.2
#
# update-latest-release:
# name: "Upload 4.12.2 report"
# needs: test-all-release
# if: always()
# uses: ./.github/workflows/update-latest-report.yml
# with:
# which-gap: 4.12.2
test-all-release:
# If you change this name, you must adjust the corresponding prefix
# in the step of test-all.yml that calls tools/generate_test_status.py
name: "4.13.1"
uses: ./.github/workflows/test-all.yml
with:
which-gap: 4.13.1

update-latest-release:
name: "Upload 4.13.1 report"
needs: test-all-release
if: always()
uses: ./.github/workflows/update-latest-report.yml
with:
which-gap: 4.13.1
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on this repository.

## High-level status dashboard

| Test | GAP `master` |
|:---------------:|:----------:|
| Released packages | [![Tests](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/gap-system/PackageDistro/data/badges/latest-master/badge.json)](https://gap-system.github.io/PackageDistro/latest-master/redirect.html) |

| Test | GAP `master` | GAP `4.13.1` |
|:---------------:|:----------:|:----------:|
| Released packages | [![Tests](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/gap-system/PackageDistro/data/badges/latest-master/badge.json)](https://gap-system.github.io/PackageDistro/latest-master/redirect.html) | [![Tests](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/gap-system/PackageDistro/data/badges/latest-4.13.1/badge.json)](https://gap-system.github.io/PackageDistro/latest-4.13.1/redirect.html) |

## Instructions for package authors

Expand Down